import { FetchType } from '../types/ExecuteOptions'; import { Mutation } from '../types/Mutation'; export declare const getMutationFetchType: (mutation: Mutation) => FetchType;