import { Location } from './interfaces'; export declare function parseLocation(path: string, name: string): Location;