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