import type { Crypto } from './types'; declare const WebCrypto: Crypto; export default WebCrypto;