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