import { FctAnyType, FctString } from '../../../Fct/generics'; export declare const GetParam: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ key: string | import("../corelibTypes").Variable | undefined; param: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/createPlugin").NewPluginType<"FUNCTIONS", "GETTER", "getParam", "getParam", { input: { key: FctString; param: FctAnyType; methodParams: {}; }; output: {}; }, Partial<{ key: string | import("../corelibTypes").Variable | undefined; param: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };