export declare const asyncRandomGenerate: (size?: number) => Promise<string>;
