import { ParamsCalculateAvailableByForwardList } from '../../types/rpc/params-calculate-available-by-forward-list.cjs'; import { RpcCalculateAvailableByForwardListResult } from '../../types/rpc/rpc-calculate-available-by-forward-list-result.cjs'; import type { Client } from '../../../clients/types.cjs'; export declare function calculateAvailableByForwardList(client: Client, param: ParamsCalculateAvailableByForwardList): Promise;