/** * Checks if pathArray contains a package.json and a tsconfig.json and thus should be an operation * * Handy for `cancelRecursionOn` in `explore` */ export declare const pathArrayIsOperation: (pathArray: string[]) => boolean; //# sourceMappingURL=util.d.ts.map