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