export declare const IS_NODE_ENV: boolean;
export declare const IS_WEB_ENV: boolean;
export declare function getRandomValues(buf: ArrayBufferView): any;
