import type { AuthoringGraphDocument } from "@x12i/graphenix-executable-contracts"; /** * Hoist `metadata.graphResponse.responseMapping.shape` into root `graph.response.shape` * for engine 9.x. Removes studio response mirroring from metadata. */ export declare function hoistGraphResponseShape(doc: T): T; //# sourceMappingURL=hoist-graph-response-shape.d.ts.map