export declare const randomInt: (min: number, max: number) => number; export declare const randomId: () => number;