export declare const useUpdateApp: () => ["on" | "off", (update: import("jotai/core/types").SetStateAction<"on" | "off">) => void | Promise<void>];
export declare const useUpdateAppRead: () => ["on" | "off", never];
export declare const useUpdateAppSet: () => [null, (update: "on" | "off") => void | Promise<void>];
//# sourceMappingURL=updateApp.d.ts.map