export declare class HowFast { private _checks; private readonly _html; constructor(); write(output: string): void; start(id?: string): void; stop(id?: string): void; is(func: () => void, id: string): void; } //# sourceMappingURL=HowFast.d.ts.map