export default crypto;
export declare const isCryptoKey: (key: unknown) => key is CryptoKey;
