import type { CfValueObjectKind } from "./CfValueObjectKind.js"; export type CfValueObject = { kind: CfValueObjectKind; value?: string; };