/** @type {import('../core.js').Syntax} */
declare function toml(Prism: any): void;
declare namespace toml {
    let displayName: string;
    let aliases: any[];
}
export default toml;
