import * as z from "zod"; export interface REF_GET_POOL_TYPE { pool_kind: string; token_account_ids: string[]; amounts: string[]; total_fee: number; shares_total_supply: string; amp: number; } export declare const REF_GET_POOL_TYPE_Z_CONST: z.ZodObject<{ pool_kind: z.ZodString; token_account_ids: z.ZodArray; amounts: z.ZodArray; total_fee: z.ZodNumber; shares_total_supply: z.ZodString; amp: z.ZodNumber; }, z.core.$strip>; export declare const REF_GET_POOLS_TYPE_Z_CONST: z.ZodArray; amounts: z.ZodArray; total_fee: z.ZodNumber; shares_total_supply: z.ZodString; amp: z.ZodNumber; }, z.core.$strip>>; export interface REF_GET_DEPOSITS_TYPE { [key: string]: string; } export interface STORAGE_BALANCE_OF_RESPONSE_TYPE { total: string; available: string; } //# sourceMappingURL=rhea_ref_types.d.ts.map