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