import type { ValueProvider } from '@angular/core';
import { identity } from '../utils/functions';
export declare const CRYPTO_MOCK: {
    subtle: {};
    getRandomValues: typeof identity;
};
export declare const UNIVERSAL_CRYPTO: ValueProvider;
