import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm"; /** * Return a command handler that can describe the present software delivery machine * @param {SoftwareDeliveryMachine} sdm * @return {HandleCommand} */ export declare function selfDescribeCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;