export declare const FOLDERS: { readonly src: "src"; readonly build: "build"; readonly dist: "dist"; readonly webstir: ".webstir"; readonly tests: "tests"; readonly frontend: "frontend"; readonly backend: "backend"; readonly shared: "shared"; readonly types: "types"; readonly app: "app"; readonly pages: "pages"; readonly styles: "styles"; readonly scripts: "scripts"; readonly images: "images"; readonly fonts: "fonts"; readonly media: "media"; readonly chunks: "chunks"; readonly home: "home"; readonly nodeModules: "node_modules"; readonly seed: "seed"; readonly demo: "demo"; readonly temp: "temp"; }; export declare const FILES: { readonly packageJson: "package.json"; readonly bunLock: "bun.lock"; readonly tsBuildInfo: ".tsbuildinfo"; readonly baseTsConfigJson: "base.tsconfig.json"; readonly manifestJson: "manifest.json"; readonly test: ".test"; readonly index: "index"; readonly indexHtml: "index.html"; readonly refreshJs: "refresh.js"; readonly hmrJs: "hmr.js"; readonly robotsTxt: "robots.txt"; }; export declare const EXTENSIONS: { readonly html: ".html"; readonly css: ".css"; readonly br: ".br"; readonly gz: ".gz"; readonly dts: ".d.ts"; readonly ts: ".ts"; readonly js: ".js"; readonly map: ".map"; readonly png: ".png"; readonly jpg: ".jpg"; readonly jpeg: ".jpeg"; readonly gif: ".gif"; readonly svg: ".svg"; readonly webp: ".webp"; readonly avif: ".avif"; readonly ico: ".ico"; readonly woff: ".woff"; readonly woff2: ".woff2"; readonly ttf: ".ttf"; readonly otf: ".otf"; readonly eot: ".eot"; readonly mp3: ".mp3"; readonly m4a: ".m4a"; readonly wav: ".wav"; readonly ogg: ".ogg"; readonly mp4: ".mp4"; readonly webm: ".webm"; readonly mov: ".mov"; }; export declare const FILE_NAMES: { readonly htmlAppTemplate: "app.html"; };