import type { FrontendWorkspaceInspectResult } from './types.js'; export declare function inspectFrontendWorkspace(workspaceRoot: string): Promise;