export declare function randomString(minLength?: number, maxLength?: number, characters?: string): string | undefined;
