import TestItem from "@web-atoms/unit-test/dist/TestItem"; export default class TimeSpanTest extends TestItem { time(): void; timeMS(): void; diff(): void; add(): void; } //# sourceMappingURL=TimeSpanTest.d.ts.map