import { DoDevopObservation } from "../../../@types/index"; import { IGlobalOptions } from "../../../shared/core/index"; /** * if user adds packages to the `pp info [p1] [p2]` this function will respond */ export declare function thisRepo(opts: IGlobalOptions, observations: Set): Promise; //# sourceMappingURL=thisRepo.d.ts.map