import * as z from "zod/v4-mini"; export type GetApiV1PublicStatsRequest = { /** * Filter by server */ serverId?: string | undefined; }; /** @internal */ export type GetApiV1PublicStatsRequest$Outbound = { serverId?: string | undefined; }; /** @internal */ export declare const GetApiV1PublicStatsRequest$outboundSchema: z.ZodMiniType; export declare function getApiV1PublicStatsRequestToJSON(getApiV1PublicStatsRequest: GetApiV1PublicStatsRequest): string; //# sourceMappingURL=get-api-v1-public-stats.d.ts.map