import { AbstractFeedbackPipe } from '../base/pipe'; import * as flows from '../flow'; declare class LaunchDeliverExceptionPipe extends AbstractFeedbackPipe { process(): Promise; protected _deliverException(): Promise; } type LaunchDeliverExceptionContent = flows.LaunchDeliverExceptionContent; export { LaunchDeliverExceptionPipe, LaunchDeliverExceptionContent };