export default function project(baseDir: string): { name: any; buildConfig: any; paths: { projectDir: string; scripts: string[]; styles: string[]; test: string[]; buildDir: string; buildArtifacts: string; getBuildDir: (type?: string) => string; buildDirPowerBI: string; buildDirPowerBiResources: string; packageDir: string[]; }; version: any; };