/** * Get a unique id based on time and a random. * @note You can tell age of ID. */ export declare function UUID($date?: Date): string;