import { Competition } from "@wca/helpers";
export declare const getEventInfoFromWcif: (eventId: string, wcif: Competition) => import("@wca/helpers").Event | undefined;
export declare const getRoundInfoFromWcif: (roundId: string, wcif: Competition) => import("@wca/helpers").Round | undefined;
export declare const getEventIdFromRoundId: (roundId: string) => string;
export declare const getCutoffByRoundId: (roundId: string, wcif: Competition) => import("@wca/helpers").Cutoff | null;
export declare const getLimitByRoundId: (roundId: string, wcif: Competition) => import("@wca/helpers").TimeLimit | null;
