import { Near } from "near-kit"; import type { ref_args_params_interface } from "../../lib/contract_rhea_args"; import type { REF_GET_POOL_TYPE, REF_GET_DEPOSITS_TYPE, STORAGE_BALANCE_OF_RESPONSE_TYPE } from "../../types/rhea_ref_types"; export declare function ref_get_number_of_pools_function(near: Near, rhea_contractId: string): Promise; export declare function ref_get_pool_function(near: Near, rhea_contractId: string, pool_id: ref_args_params_interface["pool_id"]): Promise; export declare function ref_get_deposits_function(near: Near, rhea_contractId: string, accountId: ref_args_params_interface["account_id"]): Promise; export declare function ref_get_pools_function(near: Near, rhea_contractId: string, from_index: ref_args_params_interface["from_index"], limit: ref_args_params_interface["limit"]): Promise; export declare function ref_get_return_function(near: Near, rhea_contractId: string, pool_id: ref_args_params_interface["pool_id"], token_in: ref_args_params_interface["token_in"], amount_in: ref_args_params_interface["amount_in"], token_out: ref_args_params_interface["token_out"]): Promise; export declare function ref_storage_balance_of_function(near: Near, rhea_contractId: string, accountId: ref_args_params_interface["account_id"]): Promise; //# sourceMappingURL=rhea_view_fun.d.ts.map