export declare const iFlareDaemonizeAbi: readonly [{ readonly type: "function"; readonly inputs: readonly []; readonly name: "daemonize"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "nonpayable"; }, { readonly type: "function"; readonly inputs: readonly []; readonly name: "getContractName"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "string"; readonly type: "string"; }]; readonly stateMutability: "view"; }, { readonly type: "function"; readonly inputs: readonly []; readonly name: "switchToFallbackMode"; readonly outputs: readonly [{ readonly name: ""; readonly internalType: "bool"; readonly type: "bool"; }]; readonly stateMutability: "nonpayable"; }]; /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link iFlareDaemonizeAbi}__ */ export declare const useReadIFlareDaemonize: import("wagmi/codegen").CreateUseReadContractReturnType; /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link iFlareDaemonizeAbi}__ */ export declare const useWriteIFlareDaemonize: import("wagmi/codegen").CreateUseWriteContractReturnType; /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link iFlareDaemonizeAbi}__ */ export declare const useSimulateIFlareDaemonize: import("wagmi/codegen").CreateUseSimulateContractReturnType; //# sourceMappingURL=IFlareDaemonize.d.ts.map