export type ProjectType = "tanstack-start" | "react-router-framework" | "nuxt" | "other"; export declare function getProjectType(params: { pluginNames: string[]; }): "tanstack-start" | "react-router-framework" | "nuxt" | "other";