export declare const CommonFunctions: { guidGenerator: () => string; isUserWithMobile: () => boolean; convertEnumToKeyValue: (e: any) => any[]; convertArrayToKeyValue: (e: any) => any[]; convertObjectToEnum: (object: any[]) => any; convertStringToKeyValue: (text: string, val?: any) => any; convertEnumToArray: (e: any) => any[]; getBase64: (file: File, callback?: any) => void; getDefaultPageFilter(): any; normalizePersian(str: any): string; deepCopy(instance: T): T; };