export declare const APP_UUID: string;
export declare function uuid(): string;
export declare function getGreetingByTime(): string;
export declare function getRandom(items: string[], count?: number): string[];
export declare function formatUSPhone(phone: string): string;
export declare function toTitleCase(str: string): string;
//# sourceMappingURL=utils.d.ts.map