import { IMutationItem } from "./models"; export declare const addMutations: (list: IMutationItem[], targetObject: any) => void;