export declare function array(array: any[]): any; export declare function key(options?: { length?: number; chars?: string; case?: 'lower' | 'upper' | 'both'; }): string; declare const _default: { array: typeof array; key: typeof key; }; export default _default; //# sourceMappingURL=random.d.ts.map