import { ConcreteIdeal } from "@atomist/sdm-pack-fingerprints";
export declare function idealsFromNpm(name: string): Promise<ConcreteIdeal[]>;
export declare function idealFromNpm(name: string): Promise<ConcreteIdeal>;
//# sourceMappingURL=idealFromNpm.d.ts.map