export declare const useMutation: (fetcher: (variables: Variables) => Promise) => [(variables: Variables) => Promise<[Error, Response_1]>, { loading: boolean; error: boolean; data: Response_1 | null; success: boolean; }];