import type { SchemaTypes } from '../types'; import { ObjectRef } from './object'; export declare class MutationRef extends ObjectRef { kind: "Object"; } //# sourceMappingURL=mutation.d.ts.map