import type { ObjectEntries, ObjectSchema } from 'valibot'; export declare function isValidByValibot(schema: ObjectSchema, obj: unknown): Promise;