import type { Logger } from './structures';
export declare class DurationTracker {
    private startTimes;
    constructor(log?: Logger);
    end(key: string): number | undefined;
    start(key: string, withSeed?: boolean): string;
}
//# sourceMappingURL=duration-tracker.d.ts.map