/**
 * Formats time interval in human-readable form in toString().
 */
export declare class HRInterval {
    readonly periodMs: number;
    constructor(periodMs: number);
    toString(): string;
}
//# sourceMappingURL=hr-interval.d.ts.map