import { PartialDeep } from 'type-fest'; import { TypedSchema } from 'vee-validate'; import { BaseSchema, BaseIssue, BaseSchemaAsync, InferOutput, InferInput, Config, InferIssue } from 'valibot'; declare function toTypedSchema> | BaseSchemaAsync>, TInferOutput = InferOutput, TInferInput = PartialDeep>>(valibotSchema: TSchema, config?: Config>): TypedSchema; export { toTypedSchema };