/** * Convert a JWK-formatted public key into a WebCrypto CryptoKey that can be used for * signature verification */ export declare function importJWKKey(opts: { keyData: JsonWebKey; algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams; }): Promise; //# sourceMappingURL=importJWKKey.d.ts.map