import Deployment from '../types/Deployment';
/**
 * Perform a custom deployment now
 * @author Gabe Abrams
 * @param deployment the currently selected deployment
 */
declare const deployCustomNow: (deployment: Deployment) => Promise<void>;
export default deployCustomNow;
