import Deployment from '../types/Deployment';
/**
 * View the tail of the logs
 * @author Gabe Abrams
 */
declare const viewLogs: (deployment: Deployment) => Promise<void>;
export default viewLogs;
