export interface LernaPackage { /** Path to package */ path: string; /** Name of package */ name: string; /** Version of package */ version: string; } /** Get all of the packages in the lerna monorepo */ export default function getLernaPackages(): Promise; //# sourceMappingURL=get-lerna-packages.d.ts.map