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