export = TestAspect; declare class TestAspect { static $aspect: string; isMockTest: string; isIntercepted: boolean; constructor(); intercept(): void; }