export declare function importKey(key: JsonWebKey | string, algorithm: RsaHashedImportParams, keyUsage: 'verify' | 'sign'): Promise<CryptoKey>;
//# sourceMappingURL=cryptoKeys.d.ts.map