export declare function getRandomID(): string;
export declare function getRandomInt(min: any, max: any): number;
