type RunBudgetFacade = typeof import("./run-budget.js"); export declare const RunBudget: RunBudgetFacade; export declare namespace RunBudget { type BudgetLimits = import("./run-budget.js").BudgetLimits; type RunBudget = import("./run-budget.js").RunBudget; type RunBudgetExhausted = import("./run-budget.js").RunBudgetExhausted; type RunBudgetGrantWidened = import("./run-budget.js").RunBudgetGrantWidened; type make = typeof import("./run-budget.js").make; type allocate = typeof import("./run-budget.js").allocate; type charge = typeof import("./run-budget.js").charge; type reserveChild = typeof import("./run-budget.js").reserveChild; type narrowChild = typeof import("./run-budget.js").narrowChild; type refundUnused = typeof import("./run-budget.js").refundUnused; type resolve = typeof import("./run-budget.js").resolve; type narrowLimits = typeof import("./run-budget.js").narrowLimits; type isDeadlineExpired = typeof import("./run-budget.js").isDeadlineExpired; type assertNotExpired = typeof import("./run-budget.js").assertNotExpired; type encode = typeof import("./run-budget.js").encode; type decode = typeof import("./run-budget.js").decode; } export {};