export { VELAR_WEB_API_VERSION } from "./compiler.ts"; export declare const VELAR_WEB_MODULES: readonly ["velar/look", "velar/app", "velar/config", "velar/web", "velar/forms", "velar/http", "velar/storage", "velar/browser", "velar/files", "velar/realtime", "velar/worker", "velar/web-test", "velar/websocket"]; export interface VelarWebFrameworkManifest { readonly name: "@velarscript/web"; readonly apiVersion: string; readonly modules: typeof VELAR_WEB_MODULES; } export declare const velarWebFramework: VelarWebFrameworkManifest; export { webModuleSource, webModuleSources, type VelarWebRuntimeConfig } from "./runtime.ts"; export { velarProjectExtension, type VelarWebConfig } from "./project-config.ts"; //# sourceMappingURL=index.d.ts.map