export declare function getVerifyAlg(alg: string): RsaHashedImportParams | EcdsaParams | null;
export declare function alg2kty(alg: string): string;
export declare function getImportAlg(alg: string): RsaHashedImportParams | EcKeyImportParams | null;
//# sourceMappingURL=token-validation.helper.d.ts.map