export function format(millis: number, long?: boolean): string; export function parse(input: string): number | void;