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