import { z } from 'zod';
/**
 * /v2/wvw/guilds definition
 * Returns key-value pairs, where
 * key is the guild guid, which can be resolved against /v2/guild, and
 * value is the WvW team, which currently cannot be used in other endpoints
 */
export declare const WvWGuildsDTO: z.ZodRecord<z.ZodString, z.ZodString>;
