import type { ProjectOptions } from "@/types";
export declare const tanstackQueryInstaller: (options: Required<ProjectOptions>) => Promise<boolean>;
