import type { ZodObject, core } from 'zod/v4';
import { MaybeSafeSchema, SearchParams } from './types';
export declare const parseSearchParams: <O extends ZodObject<core.$ZodLooseShape, core.$strip>>(schema: O, searchParams?: SearchParams | URLSearchParams) => MaybeSafeSchema<O>;