export declare const base64ToBlob: (dataurl: any) => Blob; /** * @param dataurl * @param fullname '*.*' * @returns */ export declare const base64ToFile: (dataurl: any, fullname: string) => File; export declare const setNowDate: () => Promise; export declare const brightenKeyword: (val: any, editKeyword: any) => any; export declare const dateRegionYearDays: (startDate: any, endDate: any, day?: any) => string; export declare const dateTimeAfter: (date: any, text: any) => string; export declare const dateTimeFront: (date: any) => string; export declare const convertTime: (time: any) => string; export declare const arrDistinctByProp: (arr: any, prop: any) => any; export declare function validatorName(_rule: any, value: any, callback: any): void; export declare function validatorId(rule: any, value: any, callback: any): boolean; export declare function validatorPhone(rule: any, value: any, callback: any): boolean; export declare function validatorEmail(rule: any, value: any, callback: any): boolean; export declare function copyTextToClipboard(text: any): Promise; export declare const fallbackCopyTextToClipboard: (text: any) => void;