import { Goal, PushTest, SoftwareDeliveryMachine } from "@atomist/sdm"; import { DeliveryGoals } from "../configure"; import { PushTestMaker } from "./mapPushTests"; export declare type GoalMaker = {}> = (sdm: SoftwareDeliveryMachine, params: G) => Promise | Goal; export declare function mapGoals(sdm: SoftwareDeliveryMachine, goals: any, additionalGoals: DeliveryGoals, goalMakers: Record, additionalTests: Record, extensionTests: Record): Promise; //# sourceMappingURL=mapGoals.d.ts.map