import type { CrudOptions } from "@x12i/graphenix-core"; import type { ExecutableGraphDocument } from "@x12i/graphenix-executable-contracts"; import type { GraphModelConfig } from "@x12i/graphenix-executable-contracts"; export declare function setGraphModelConfig(doc: ExecutableGraphDocument, modelConfig: GraphModelConfig, options?: CrudOptions): ExecutableGraphDocument; //# sourceMappingURL=set-graph-model-config.d.ts.map