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