import type { IMonorepoOutputProps } from '../../../interface';
export declare function createMonorepoRootDirPath(config: IMonorepoOutputProps): string;
