import { BaseConfig } from "./explore.js"; /** find all active operations (folders having `package.json` but also `tsconfig.json`) returns folder path array */ export declare const exploreOperationFolders: (config: BaseConfig) => Promise; //# sourceMappingURL=exploreOperationFolders.d.ts.map