import { CommandHandlerRegistration, SoftwareDeliveryMachine } from "@atomist/sdm";
/**
 * Return a command handler that can list generators in the current SDM.
 * Will not identify generators in other projects.
 * @param {SoftwareDeliveryMachine} sdm
 * @return {HandleCommand<EmptyParameters>}
 */
export declare function listGeneratorsHandler(sdm: SoftwareDeliveryMachine): CommandHandlerRegistration;
//# sourceMappingURL=listGenerators.d.ts.map