export declare const subtle: SubtleCrypto; import { JsonWebKey2020, WebCryptoKey } from '@transmute/web-crypto-key-pair'; export { JsonWebKey2020 }; export declare const getKeyPairForType: (k: any) => typeof WebCryptoKey; export declare class JsonWebKey { id: string; type: string; controller: string; static from: (k: JsonWebKey2020, options?: any) => Promise; signer: () => any; verifier: () => any; } //# sourceMappingURL=JsonWebKeyWithRSASupport.d.ts.map