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