import { Location } from './Location';
export declare type LocationIndex = Record<string, Location>;
