import type { ExecutableGraphValidationError, GraphJobMemory } from "@x12i/graphenix-executable-contracts"; export declare function validateGraphJobMemory(jobMemory: unknown, basePath?: string): ExecutableGraphValidationError[]; export declare function validateGraphJobMemoryWarnings(jobMemory: unknown, basePath?: string): ExecutableGraphValidationError[]; /** Remove runtime-populated fields from declarative jobMemory.context entries. */ export declare function normalizeGraphJobMemory(jobMemory: GraphJobMemory | undefined): GraphJobMemory | undefined; //# sourceMappingURL=validate-graph-job-memory.d.ts.map