import { FctString } from '../../../Fct/generics'; export declare const Alert: { new (args: { chainId: import("../../../Fct/generics").ChainId; initParams?: Partial<{ type: string | import("../corelibTypes").Variable | undefined; alert: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }> | undefined; walletAddress?: string | undefined; vaultAddress?: string | undefined; provider?: import("@ethersproject/providers").JsonRpcProvider | undefined; }): import("../../../Fct/createPlugin").NewPluginType<"FUNCTIONS", "GETTER", "alert", "alert", { input: { type: FctString; alert: FctString; methodParams: {}; }; output: {}; }, Partial<{ type: string | import("../corelibTypes").Variable | undefined; alert: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; };