export declare abstract class BaseKey { protected key: CryptoKey; constructor(cryptoKey: CryptoKey); toArrayBuffer(): Promise; toUint8Array(): Promise; toBase64(): Promise; toJWK(): Promise; } //# sourceMappingURL=base.d.ts.map