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