import { z } from 'zod';
/**
 * /v2/guild/search definition
 */
export declare const GuildSearchDTO: z.ZodArray<z.ZodString>;
