import type { TestplaneConfig } from "../types/testplaneConfig";
export declare const defaultTestplaneTestsDir = "testplane-tests";
declare const defaultTestplaneConfig: TestplaneConfig;
export default defaultTestplaneConfig;
