import { SoftwareDeliveryMachine } from "@atomist/sdm"; import { DeliveryGoals, GoalData } from "../configure"; import { ConfigureYamlOptions } from "./configureYaml"; import { GoalMaker } from "./mapGoals"; import { PushTestMaker } from "./mapPushTests"; export declare function mapRules(rules: any, goalData: GoalData, sdm: SoftwareDeliveryMachine, options: ConfigureYamlOptions, additionalGoals: DeliveryGoals, goalMakers: Record, testMakers: Record): Promise; //# sourceMappingURL=mapRules.d.ts.map