export declare const randomBytes: (bytesLength?: number) => Uint8Array; export type GetRandomBytes = (count: number) => Uint8Array;