import { TestPlan } from "./testPlan"; /** * Export test plan to csv file * @returns the content of the csv file */ export declare function exportTestPlan(testPlan: TestPlan): Promise;