import type { Ctx } from "../ctx/index.js"; import type { Mod } from "../mod/index.js"; import type { TypedValue } from "../value/index.js"; export declare function formatTypedValue(mod: Mod, ctx: Ctx, typedValue: TypedValue): string; //# sourceMappingURL=formatTypedValue.d.ts.map