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