import { Sardines } from './sardines_interfaces'; export declare namespace Source { const npmCmd: (command: string, args: string[]) => Promise; const getPackageFromNpm: (packName: string, locationType: Sardines.LocationType, verbose?: boolean) => Promise; } //# sourceMappingURL=sourcing.d.ts.map