import type { OperationPlan } from "./engine/OperationPlan.ts"; import type { __ValueStep } from "./steps/index.ts"; export declare function setDebug(newDebug: boolean): void; export declare function getDebug(): boolean; export declare function operationPlan(): OperationPlan; export declare function context(): __ValueStep; export declare function rootValue(): __ValueStep>; /** * Turns on debug mode, calls the callback, and then turns debug mode back off * again. */ export declare function debugPlans(callback: () => T): T; //# sourceMappingURL=global.d.ts.map