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