import { FctAnyType, FctString } from '../../../Fct/generics'; export declare const GetOffchainDataV2: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ endpoint: string | import("../corelibTypes").Variable | undefined; paramKey: string | import("../corelibTypes").Variable | undefined; paramValue: 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", "getOffchainDataV2", "getOffchainDataV2", { input: { endpoint: FctString; paramKey: FctString; paramValue: FctAnyType; methodParams: {}; }; output: { responseValue: FctAnyType; }; }, Partial<{ endpoint: string | import("../corelibTypes").Variable | undefined; paramKey: string | import("../corelibTypes").Variable | undefined; paramValue: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };