import { SoftwareDeliveryMachine } from "../../api/machine/SoftwareDeliveryMachine";
import { CommandHandlerRegistration } from "../../api/registration/CommandHandlerRegistration";
/**
 * 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