import { Subtle } from './subtle';
import { CryptoKey } from './keys';
declare const _default: {
    subtle: Subtle;
    SubtleCrypto: typeof Subtle;
    CryptoKey: typeof CryptoKey;
};
export default _default;
//# sourceMappingURL=webcrypto.d.ts.map