export declare const formatTimer: (timestamp: number, short?: boolean, isend?: string | undefined) => string;
