import { FctJSON } from '../../../Fct/generics'; export declare const GetJSON: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ JSON: 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", "getJSON", "getJSON", { input: { JSON: FctJSON; methodParams: {}; }; output: {}; }, Partial<{ JSON: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };