import { authorization } from 'heat-sfdx-common';
/**
 * @name cancelDeploy
 * @description cancels a deployment that hasn’t completed yet.
 */
declare function cancelDeploy(authorization: authorization, config: any): Promise<string>;
export { cancelDeploy };
