export declare const humanStr: (time: string | number) => number; /** * Parses a duration string in the form of "123.456S", returns milliseconds. */ export declare const durationStr: (time: string) => number;