import { Project } from "@atomist/automation-client"; export interface ProjectIdentification { name: string; version: string; } /** * Return identification of this project or undefined if it can't be identified * @ModuleExport */ export declare type ProjectIdentifier = (p: Project) => Promise; //# sourceMappingURL=projectIdentifier.d.ts.map