export declare const toMs: (v: number) => string;
export declare const toBytes: (bytes: number) => string;
