export declare const Random: { boolean(): boolean; integer(min: number, max: number): number; id(): string; };