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