import type { ItemSchema } from '../../../schema/index.js'; import type { ParseValueOptions } from './options.js'; import type { ParserReturn, ParserYield } from './parser.js'; export declare function itemParser(schema: SCHEMA, inputValue: unknown, options?: OPTIONS): Generator, ParserReturn>;