import { AxiosInstance } from "axios";
export declare function getTestCasesByPlanID(axiosClient: AxiosInstance, planId: number, suiteId: number): Promise<unknown[]>;
