/** * Shared resolver for kernel runtime theme CSS. * Used by lanes-dashboard.ts and server.ts (legacy UI). */ /** * Locate runtime-theme.css relative to repo root, then module/cwd candidates. */ export declare function resolveRuntimeThemeCss(rootPath?: string | null): string | null; //# sourceMappingURL=resolve-runtime-theme-css.d.ts.map