import { z } from 'zod';
import { ZodInfer } from '../../types';
export declare function zodSortInputQuery(): z.ZodEffects<z.ZodOptional<z.ZodString>, Record<string, Record<string, "DESC" | "ASC">> | null, string | undefined>;
export type ZodSortInputQuery = ZodInfer<typeof zodSortInputQuery>;