import { Pkg } from '../'; export declare function getChangedPackages(packages: Array): Promise; export declare function getPkg(path: string): Pkg;