import type { Team } from '../types/index.js'; export declare function createDefaultTeam(): Team; export declare function formatTime(time: Date | string, format?: '12h' | '24h'): string;