import { AppType } from "../types/types"; export default function useApp(uid: string, options: any): import("react-query").UseQueryResult;