import { ConfigureHook, getContextVariable, registerConfigureHook, setContextVariable } from "./singletons/async_local_storage/context.js";

//#region src/context.d.ts
declare const foo = "bar";
//#endregion
export { type ConfigureHook, foo, getContextVariable, registerConfigureHook, setContextVariable };
//# sourceMappingURL=context.d.ts.map