import Big from "big.js"; import { WithdrawCap as IDLWithdrawCap } from "../idl/idl.types"; export declare class WithdrawCap { amountCap: Big; amountWithdrawn: Big; constructor(amountCap: number, amountWithdrawn: number); toIDLWithdrawCap(): IDLWithdrawCap; } //# sourceMappingURL=WithdrawCap.d.ts.map