import { z } from 'zod';
/**
 * Schema for the list organizations request
 * Note: This is an empty schema because the operation doesn't require any parameters
 */
export declare const ListOrganizationsSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
