import type { InputValue, ItemSchema, Schema } from '../../../schema/index.js'; import type { InferWriteValueOptions, ParseAttrValueOptions } from './options.js'; import type { ParserReturn, ParserYield } from './parser.js'; export declare function schemaParser(schema: Schema, inputValue: unknown, options?: OPTIONS): Generator, ParserReturn, InputValue> | undefined>;