import { RemoteRepoRef } from "@atomist/automation-client/lib/operations/common/RepoId"; import { GoalInvocation } from "../../api/goal/GoalInvocation"; import { SoftwareDeliveryMachineOptions } from "../../api/machine/SoftwareDeliveryMachineOptions"; /** * Useful testing support * @param {RemoteRepoRef} id * @return {GoalInvocation} */ export declare function fakeGoalInvocation(id: RemoteRepoRef, options?: SoftwareDeliveryMachineOptions): GoalInvocation; //# sourceMappingURL=fakeGoalInvocation.d.ts.map