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