export declare const baseMonorepoRootConfig: { workspaces: { '.': { entry: string; project: string; }; 'packages/*': { entry: string; project: string; }; }; };