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