export declare function uid(): string; export declare function randomString(len: number): string; /** * Return an array with the numbers from 0 to n-1, in a random order */ export declare function getRandomArray(n: number): number[];