import { FctAddress, FctValue18 } from '../../../../Fct/generics/FctParams'; export declare const GetRethValue: { new (args: { chainId: import("../../../../Fct/generics/FctParams").ChainId; initParams?: Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../../Fct/createPlugin").NewPluginType<"ROCKETPOOL", "GETTER", "getRethValue", string | undefined, { input: { to: FctAddress; methodParams: { ethAmount: FctValue18; }; }; output: { rethAmount: FctValue18; }; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };