import { PojoType } from '../type/type'; declare function getDate(format?: string, d?: string): string; declare function exception(...param: Array): void; declare function wran(...param: Array): void; declare function info(...param: Array): void; declare function str2SmallCamel(str?: string): string; declare function getFilePackageName(filePath?: string): string; declare function getInstanceMethods(instance: PojoType): PojoType; declare function str2Base64(str?: string): string; declare function base642Str(str?: string): string; export { getDate, exception, wran, info, str2SmallCamel, getFilePackageName, getInstanceMethods, str2Base64, base642Str };