import { FctAddress, FctValue8 } from '../../../../Fct/generics'; export declare const SetUserEMode: { new (args: { chainId: import("../../../../Fct/generics").ChainId; initParams?: Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../../Fct/createPlugin").NewPluginType<"AaveV3", "ACTION", "setUserEMode", string | undefined, { input: { to: FctAddress; methodParams: { categoryId: FctValue8; }; }; output: {}; }, Partial<{ to: string | import("../../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };