import type { Primitive, ResolvedMachineDef } from "./dsl.js"; export type ActionLabelEnv = Record; type LabelMachine = Pick; export declare const renderBindingValue: (machine: LabelMachine, domainName: string, value: Primitive) => string; export declare const formatActionLabel: (machine: LabelMachine, actionName: string, env: ActionLabelEnv) => string; export {};