import { IProjectConfig, DoDevopObservation, TestObservation } from "../../@types/index"; /** * Determines the unit testing framework being used in the current * working directory. If it can not determine then it will return `false`. */ export declare function determineTestingFramework(observations: Set, config?: IProjectConfig): TestObservation | false; //# sourceMappingURL=determineTestFramework.d.ts.map