/** * Checks whether or not an absolute path contains an operation. The only check it's doing is that the folder must contain both a package.json as well as a tsconfig.json */ export declare const isOperation: (absoluteFolderPath: string) => boolean; //# sourceMappingURL=isOperation.d.ts.map