import { z } from 'zod';
export declare const GetTimeAttackSeasonParamsSchema: z.ZodObject<{
seasonId: z.ZodNumber;
}, "strip", z.ZodTypeAny, {
seasonId: number;
}, {
seasonId: number;
}>;
export type GetTimeAttackSeasonParams = z.infer<typeof GetTimeAttackSeasonParamsSchema>;