import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm";
/**
 * Return a command handler that can describe the present software delivery machine
 * @param {SoftwareDeliveryMachine} sdm
 * @return {HandleCommand<EmptyParameters>}
 */
export declare function selfDescribeCommand(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;
//# sourceMappingURL=SelfDescribe.d.ts.map