import * as v from 'valibot';
import type { SchemaShape } from './core/schema.js';
import type { QueryWhere } from './core/where.js';
export declare const createWhereSchema: <TShape extends SchemaShape>() => v.GenericSchema<QueryWhere<TShape, any>>;
