export declare const ALGORITHMS: {
    RS256: {
        name: "RSASSA-PKCS1-v1_5";
        hash: "SHA-256";
    };
};
