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