import { APIResource } from "../../core/resource.js"; import * as WithdrawalAPI from "./withdrawal.js"; import { Withdrawal } from "./withdrawal.js"; export declare class ExchangeProtection extends APIResource { withdrawal: WithdrawalAPI.Withdrawal; } export declare namespace ExchangeProtection { export { Withdrawal as Withdrawal }; } //# sourceMappingURL=exchange-protection.d.ts.map