import * as v from 'valibot'; /** Creates a Valibot type from Valibot */ export type TValibotFromValibot, Result extends v.BaseSchema = Type> = Result; /** Creates a Valibot type from Valibot */ export declare function ValibotFromValibot>(type: Type): TValibotFromValibot;