import { Competition } from "./types";
export declare const getNumberOfAttemptsForRound: (roundId: string, wcif: Competition) => number;
export declare const getCompetitionDates: (startDate: Date, numberOfDays: number) => Date[];
