import { FctAnyType, FctString } from '../../../Fct/generics'; export declare const GetOffchainData: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ methodParams: unknown; value1: string | import("../corelibTypes").Variable | undefined; value2: string | import("../corelibTypes").Variable | undefined; value3: string | import("../corelibTypes").Variable | undefined; value4: string | import("../corelibTypes").Variable | undefined; value10: string | import("../corelibTypes").Variable | undefined; value5: string | import("../corelibTypes").Variable | undefined; value6: string | import("../corelibTypes").Variable | undefined; value8: string | import("../corelibTypes").Variable | undefined; value7: string | import("../corelibTypes").Variable | undefined; value9: string | import("../corelibTypes").Variable | undefined; value11: string | import("../corelibTypes").Variable | undefined; value12: string | import("../corelibTypes").Variable | undefined; value13: string | import("../corelibTypes").Variable | undefined; value14: string | import("../corelibTypes").Variable | undefined; value15: string | import("../corelibTypes").Variable | undefined; key1: string | import("../corelibTypes").Variable | undefined; key10: string | import("../corelibTypes").Variable | undefined; key2: string | import("../corelibTypes").Variable | undefined; key3: string | import("../corelibTypes").Variable | undefined; key4: string | import("../corelibTypes").Variable | undefined; key5: string | import("../corelibTypes").Variable | undefined; key6: string | import("../corelibTypes").Variable | undefined; key8: string | import("../corelibTypes").Variable | undefined; key7: string | import("../corelibTypes").Variable | undefined; key9: string | import("../corelibTypes").Variable | undefined; key11: string | import("../corelibTypes").Variable | undefined; key12: string | import("../corelibTypes").Variable | undefined; key13: string | import("../corelibTypes").Variable | undefined; key14: string | import("../corelibTypes").Variable | undefined; key15: string | import("../corelibTypes").Variable | undefined; endpoint: string | import("../corelibTypes").Variable | undefined; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/createPlugin").NewPluginType<"FUNCTIONS", "GETTER", "getOffchainData", "getOffchainData", { input: { methodParams: {}; value1: FctAnyType | FctString; value2: FctAnyType | FctString; value3: FctAnyType | FctString; value4: FctAnyType | FctString; value10: FctAnyType | FctString; value5: FctAnyType | FctString; value6: FctAnyType | FctString; value8: FctAnyType | FctString; value7: FctAnyType | FctString; value9: FctAnyType | FctString; value11: FctAnyType | FctString; value12: FctAnyType | FctString; value13: FctAnyType | FctString; value14: FctAnyType | FctString; value15: FctAnyType | FctString; key1: FctAnyType | FctString; key10: FctAnyType | FctString; key2: FctAnyType | FctString; key3: FctAnyType | FctString; key4: FctAnyType | FctString; key5: FctAnyType | FctString; key6: FctAnyType | FctString; key8: FctAnyType | FctString; key7: FctAnyType | FctString; key9: FctAnyType | FctString; key11: FctAnyType | FctString; key12: FctAnyType | FctString; key13: FctAnyType | FctString; key14: FctAnyType | FctString; key15: FctAnyType | FctString; endpoint: FctString; }; output: { responseValue1: FctAnyType; responseValue10: FctAnyType; responseValue2: FctAnyType; responseValue3: FctAnyType; responseValue4: FctAnyType; responseValue5: FctAnyType; responseValue6: FctAnyType; responseValue8: FctAnyType; responseValue7: FctAnyType; responseValue9: FctAnyType; responseValue11: FctAnyType; responseValue12: FctAnyType; responseValue13: FctAnyType; responseValue14: FctAnyType; responseValue15: FctAnyType; }; }, Partial<{ methodParams: unknown; value1: string | import("../corelibTypes").Variable | undefined; value2: string | import("../corelibTypes").Variable | undefined; value3: string | import("../corelibTypes").Variable | undefined; value4: string | import("../corelibTypes").Variable | undefined; value10: string | import("../corelibTypes").Variable | undefined; value5: string | import("../corelibTypes").Variable | undefined; value6: string | import("../corelibTypes").Variable | undefined; value8: string | import("../corelibTypes").Variable | undefined; value7: string | import("../corelibTypes").Variable | undefined; value9: string | import("../corelibTypes").Variable | undefined; value11: string | import("../corelibTypes").Variable | undefined; value12: string | import("../corelibTypes").Variable | undefined; value13: string | import("../corelibTypes").Variable | undefined; value14: string | import("../corelibTypes").Variable | undefined; value15: string | import("../corelibTypes").Variable | undefined; key1: string | import("../corelibTypes").Variable | undefined; key10: string | import("../corelibTypes").Variable | undefined; key2: string | import("../corelibTypes").Variable | undefined; key3: string | import("../corelibTypes").Variable | undefined; key4: string | import("../corelibTypes").Variable | undefined; key5: string | import("../corelibTypes").Variable | undefined; key6: string | import("../corelibTypes").Variable | undefined; key8: string | import("../corelibTypes").Variable | undefined; key7: string | import("../corelibTypes").Variable | undefined; key9: string | import("../corelibTypes").Variable | undefined; key11: string | import("../corelibTypes").Variable | undefined; key12: string | import("../corelibTypes").Variable | undefined; key13: string | import("../corelibTypes").Variable | undefined; key14: string | import("../corelibTypes").Variable | undefined; key15: string | import("../corelibTypes").Variable | undefined; endpoint: string | import("../corelibTypes").Variable | undefined; }>>; };