import { z } from 'zod';
import { ZodInfer } from '../../types';
export declare function zodIncludeInputQuery(): z.ZodEffects<z.ZodOptional<z.ZodString>, string[] | null, string | undefined>;
export type ZodIncludeInputQuery = ZodInfer<typeof zodIncludeInputQuery>;
