import type { ItemSchema } from '../../../schema/index.js'; import type { FormatterReturn, FormatterYield } from './formatter.js'; import type { FormatValueOptions } from './options.js'; export declare function itemFormatter = {}>(schema: ItemSchema, rawValue: unknown, { attributes, ...restOptions }?: OPTIONS): Generator, FormatterReturn>;