import { HandlerError, HandlerResult } from "@atomist/automation-client"; import { CommandHandlerRegistration, CommandListenerInvocation } from "@atomist/sdm"; export declare class SetDeployEnablementParameters { msgId?: string; owner: string; repo: string; providerId: string; name: string; version: string; } /** * Command to set deploy enablement on the currently mapped repo * @param {CommandListenerInvocation} cli * @param {boolean} enable * @returns {Promise} */ export declare function setDeployEnablement(cli: CommandListenerInvocation, enable: boolean): Promise; export declare const EnableDeploy: CommandHandlerRegistration; export declare const DisableDeploy: CommandHandlerRegistration; //# sourceMappingURL=SetDeployEnablement.d.ts.map