import { FctAddress, FctBytesList, FctString, FctValue } from '../../../../Fct/generics'; export declare const IncreasePositionMulticall: { new (args: { chainId: import("../../../../Fct/generics").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("../../../../Fct/createPlugin").NewPluginType<"GMX", "ACTION", "multicall", "increasePositionMulticall", { input: { to: FctAddress; value: FctValue; market: FctAddress; payToken: FctAddress; payAmount: FctValue; getToken: FctAddress; getAmount: FctValue; collateralIn: FctAddress; tradeType: FctString; methodParams: { data: FctBytesList; }; }; output: { results: 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; }>>; };