import { type Intent, type Submission } from '@conform-to/dom'; import { type BaseIssue, type Config, type GenericSchema, type GenericSchemaAsync, type InferOutput } from 'valibot'; export declare const conformValibotMessage: { VALIDATION_SKIPPED: string; VALIDATION_UNDEFINED: string; }; export declare function parseWithValibot(payload: FormData | URLSearchParams, config: { schema: Schema | ((intent: Intent | null) => Schema); disableAutoCoercion?: boolean; info?: Pick>, 'abortEarly' | 'abortPipeEarly' | 'lang'>; }): Submission>; export declare function parseWithValibot(payload: FormData | URLSearchParams, config: { schema: Schema | ((intent: Intent | null) => Schema); disableAutoCoercion?: boolean; info?: Pick>, 'abortEarly' | 'abortPipeEarly' | 'lang'>; }): Promise>>; //# sourceMappingURL=parse.d.ts.map