// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. import { APIResource } from '../../core/resource'; import * as WithdrawalAPI from './withdrawal'; import { Withdrawal } from './withdrawal'; export class ExchangeProtection extends APIResource { withdrawal: WithdrawalAPI.Withdrawal = new WithdrawalAPI.Withdrawal(this._client); } ExchangeProtection.Withdrawal = Withdrawal; export declare namespace ExchangeProtection { export { Withdrawal as Withdrawal }; }