import { SoftwareDeliveryMachine } from "@atomist/sdm";
/**
 * Add Docker implementations of goals to SDM.
 *
 * @param sdm Software Delivery machine to modify
 * @return modified software delivery machine
 */
export declare function addDockerSupport(sdm: SoftwareDeliveryMachine): SoftwareDeliveryMachine;
