import type { PrimitiveSchema } from '../../../schema/index.js'; import type { FormatterReturn, FormatterYield } from './formatter.js'; import type { FormatAttrValueOptions } from './options.js'; export declare function primitiveSchemaFormatter(schema: PrimitiveSchema, rawValue: unknown, { format, transform, valuePath }?: FormatAttrValueOptions): Generator>, FormatterReturn>>;