export declare function detectTypescript(): string | null; export declare function detectNextJs(): boolean; export declare function detectNextJsAppDir(): boolean; export declare function detectNextJsVersion(): string | undefined; export declare function detectGatsby(): string | null; export declare function detectCreateReactApp(): boolean; export declare function detectTanStackApp(): boolean;