/** * Unit test framework type. */ export declare type TestFramework = 'jasmine' | 'mocha' | 'jest';