export declare class SkUtils { static humanFileSize(size: any): string; static maskPhoneNumberKR(phoneNumber: string): string; static decodeBase64(base64string: string, failedReturn?: any): any; static encodeBase64(targetObject: any): string; static checkExternalUrl(url: string): boolean; }