export declare type IDocument = { objects: Record; }; export declare type IObject = { hasMutationField: boolean; };