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