export declare function formatTime(ms: number): string;
export declare function indent(s: string, margin: number): string;
