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