import type { SchemaTypes } from '../types/index.js'; import { RootFieldBuilder } from './root.js'; export declare class MutationFieldBuilder extends RootFieldBuilder { constructor(builder: PothosSchemaTypes.SchemaBuilder); } //# sourceMappingURL=mutation.d.ts.map