import { ProjectType } from '../config';
export declare function resolveProjectBasePath(projectName?: string): {
    projectBasePath: string;
    projectType?: ProjectType;
};
