import type { FrontendConfig } from '../types.js'; export declare function buildConfig(workspaceRoot: string): FrontendConfig;