import { Operation, TOperationName } from '../core'; import { VoidWorkflowMapper } from '../mappers'; import { TRemoveConnectionParams } from '../types'; export declare class RemoveConnection extends Operation { readonly operationName: TOperationName; protected readonly mapper: VoidWorkflowMapper; } //# sourceMappingURL=remove-connection.d.ts.map