export default function getPaths(rootDir: string): { projectDir: string; scripts: string[]; styles: string[]; test: string[]; buildDir: string; buildArtifacts: string; getBuildDir: (type?: string) => string; buildDirPowerBI: string; buildDirPowerBiResources: string; packageDir: string[]; };