import { type GSDEvent } from '../types.js'; import type { QueryResult } from './utils.js'; export declare function buildMutationEvent(correlationSessionId: string, cmd: string, args: string[], result: QueryResult): GSDEvent; //# sourceMappingURL=mutation-event-mapper.d.ts.map