declare const isResError: (payload: any) => payload is import("axios").AxiosError; declare const isURL: (url: string) => boolean; declare const isTcpURL: (url: string) => boolean; declare const isEmail: (email: string) => boolean; declare const isPhone: (phone: string) => boolean; declare const isPassword: (password: string) => boolean; declare const isFilePath: (path: string) => boolean; export { isResError, isURL, isTcpURL, isEmail, isPhone, isPassword, isFilePath }; //# sourceMappingURL=validate.d.ts.map