import { ApiAccountId } from "../ApiAccount"; import Big from "big.js"; export declare type ApiPerformTransferRequest = { fromId: ApiAccountId; toId: ApiAccountId; amount: Big; }; //# sourceMappingURL=ApiPerformTransferRequest.d.ts.map