interface WebCrypto extends Crypto { ensureSecure(): Promise; } declare var crypto: WebCrypto export = crypto; export default crypto;