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