import { Path } from "@angular-devkit/core"; export interface Location { name: string; dir: Path; } export declare function parseName(path: string, name: string): Location;