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