/**
 * Utils
 */
declare type ResolvedCountdown = Record<string, string | number>;
export declare function resolveCountdown(countdown: number, format?: string): ResolvedCountdown;
export declare function formatCountdown(countdown: number | ResolvedCountdown, format?: string): string;
export {};
