export declare class Crypto {
    static get current(): any;
    private static get hasSubtleCrypto();
    private static tryLoadNodeWebCrypto;
}
