import { Action, MutationExtension } from '../index'; export default function generateMutations(resourceWithNamespace: string, actions: Action[], extension?: MutationExtension): { [x: string]: ((state: import("..").State, payload: any) => void) | ((state: any, { records, query }: { records: any; query: any; }) => void) | ((state: any, data: any) => void) | ((state: any, data: any) => void) | ((state: any, data: any) => void) | ((state: any, id: any) => void); };