export declare const structure: {
    app: {
        routes: {
            'home.tsx': string;
        };
        'app.css': string;
        'root.tsx': string;
        'routes.ts': string;
    };
    public: {};
    'react-router.config.ts': string;
    'tsconfig.json': string;
    'vite.config.js': string;
};
//# sourceMappingURL=structure.d.ts.map