export declare function guid(): string; export declare function isMobile(): boolean; export declare function iOS(): boolean; export declare function formatString(format: string, ...args: any[]): any;