/** * Generate mutations from IF state */ export declare const getMutations: (IF: any) => { mutationString: string; variables: {}; };