import type { GameStartType } from "../types";
export declare function frameToGameTimer(frame: number, options: Pick<GameStartType, "timerType" | "startingTimerSeconds">): string;
//# sourceMappingURL=gameTimer.d.ts.map