import type { Context } from "./context.js"; export type ConstOrDynamic = T | ((context: Context) => T | Promise); //# sourceMappingURL=shared.d.ts.map