export declare function printMs(ms: number, config?: {
    minutes?: boolean;
    seconds?: boolean;
    ms?: boolean;
}): string;
