import { CurrentTime } from '../../hooks/use-count-down'; export declare function padZero(num: number | string, targetLength?: number): string; export declare function parseFormat(format: string, currentTime: CurrentTime): string; export declare function joinTrim(arr: Array): string;