declare const SecureStorage: { actions: { Write_bytes: { 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<"SECURE_STORAGE", "ACTION", "write_bytes", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctBytes; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Write_bytes32: { 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<"SECURE_STORAGE", "ACTION", "write_bytes32", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctBytes32; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Write_fct_bytes: { new (args: { chainId: import("../..").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("../..").NewPluginType<"SECURE_STORAGE", "ACTION", "write_fct_bytes", string | undefined, { input: { to: import("../..").FctAddress; from: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctBytes; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; from: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Write_fct_bytes32: { new (args: { chainId: import("../..").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("../..").NewPluginType<"SECURE_STORAGE", "ACTION", "write_fct_bytes32", string | undefined, { input: { to: import("../..").FctAddress; from: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctBytes32; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; from: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Write_fct_uint256: { new (args: { chainId: import("../..").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("../..").NewPluginType<"SECURE_STORAGE", "ACTION", "write_fct_uint256", string | undefined, { input: { to: import("../..").FctAddress; from: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctValue; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; from: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Write_uint256: { 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<"SECURE_STORAGE", "ACTION", "write_uint256", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { key: import("../..").FctBytes32; value: import("../..").FctValue; }; }; output: {}; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; getters: { Read_bytes: { 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<"SECURE_STORAGE", "GETTER", "read_bytes", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { owner: import("../..").FctAddress; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctBytes; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Read_bytes32: { 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<"SECURE_STORAGE", "GETTER", "read_bytes32", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { owner: import("../..").FctAddress; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctBytes32; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Read_fct_bytes: { 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<"SECURE_STORAGE", "GETTER", "read_fct_bytes", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { fctMsgHash: import("../..").FctBytes32; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctBytes; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Read_fct_bytes32: { 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<"SECURE_STORAGE", "GETTER", "read_fct_bytes32", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { fctMsgHash: import("../..").FctBytes32; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctBytes32; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Read_fct_uint256: { 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<"SECURE_STORAGE", "GETTER", "read_fct_uint256", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { fctMsgHash: import("../..").FctBytes32; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctValue; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; Read_uint256: { 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<"SECURE_STORAGE", "GETTER", "read_uint256", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { owner: import("../..").FctAddress; key: import("../..").FctBytes32; }; }; output: { value: import("../..").FctValue; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; SupportsInterface: { 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<"SECURE_STORAGE", "GETTER", "supportsInterface", string | undefined, { input: { to: import("../..").FctAddress; methodParams: { interfaceId: import("../..").FctBytes4; }; }; output: { isSupports: import("../..").FctBoolean; }; }, Partial<{ to: string | import("../corelibTypes").Variable | undefined; methodParams: unknown; }>>; }; }; }; export { SecureStorage };