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