export function useCustomerGet(passedProps: any): { started: boolean; finished: boolean; success: boolean; setSuccess: import("recoil").SetterOrUpdater; errors: any[]; reset: () => void; resetTimer: import("react").MutableRefObject; customerGet: (data?: unknown, callback?: unknown) => Promise; customer: any; setStarted: import("recoil").SetterOrUpdater; setFinished: import("recoil").SetterOrUpdater; setErrors: import("recoil").SetterOrUpdater; }; //# sourceMappingURL=useCustomerGet.d.ts.map