import { UseCustomMutationReturnType } from './types';
export declare function useCustomMutation<T>(mutation: string, options?: object): UseCustomMutationReturnType<T>;
