declare const GMX: { actions: { ClosePositionMulticall: { new (args: { chainId: import("../..").ChainId; initParams?: Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; receiveToken: string | import("../corelibTypes").Variable | undefined; position: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../..").NewPluginType<"GMX", "ACTION", "multicall", "closePositionMulticall", { input: { to: import("../..").FctAddress; value: import("../..").FctValue; receiveToken: import("../..").FctAddress; position: import("../..").FctString; methodParams: { data: import("../..").FctBytesList; }; }; output: { results: import("../..").FctBytesList; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; receiveToken: string | import("../corelibTypes").Variable | undefined; position: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; IncreasePositionMulticall: { new (args: { chainId: import("../..").ChainId; initParams?: Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; market: string | import("../corelibTypes").Variable | undefined; payToken: string | import("../corelibTypes").Variable | undefined; payAmount: string | import("../corelibTypes").Variable | undefined; getToken: string | import("../corelibTypes").Variable | undefined; getAmount: string | import("../corelibTypes").Variable | undefined; collateralIn: string | import("../corelibTypes").Variable | undefined; tradeType: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../..").NewPluginType<"GMX", "ACTION", "multicall", "increasePositionMulticall", { input: { to: import("../..").FctAddress; value: import("../..").FctValue; market: import("../..").FctAddress; payToken: import("../..").FctAddress; payAmount: import("../..").FctValue; getToken: import("../..").FctAddress; getAmount: import("../..").FctValue; collateralIn: import("../..").FctAddress; tradeType: import("../..").FctString; methodParams: { data: import("../..").FctBytesList; }; }; output: { results: import("../..").FctBytesList; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; value: string | import("../corelibTypes").Variable | undefined; market: string | import("../corelibTypes").Variable | undefined; payToken: string | import("../corelibTypes").Variable | undefined; payAmount: string | import("../corelibTypes").Variable | undefined; getToken: string | import("../corelibTypes").Variable | undefined; getAmount: string | import("../corelibTypes").Variable | undefined; collateralIn: string | import("../corelibTypes").Variable | undefined; tradeType: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; getters: {}; }; export { GMX };