export function useStartFinishErrors(options: any): { started: any; setStarted: import("react").Dispatch; finished: any; setFinished: import("react").Dispatch; success: any; setSuccess: import("react").Dispatch; errors: any; setErrors: import("react").Dispatch; reset: () => void; resetTimer: import("react").MutableRefObject; }; //# sourceMappingURL=useStartFinishErrors.d.ts.map