declare const Magic: { actions: { Magic: { new (args: { chainId: import("../..").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("../..").NewPluginType<"MAGIC", "LIBRARY", "magic", "magic", { input: { to: import("../..").FctAddress; methodParams: {}; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; type IMagic = typeof Magic; export { Magic }; export type { IMagic };