import { type ComponentType } from './types'; export declare function getBizComponentRoot(options: { componentType: ComponentType; workspaceRoot: string; }): string;