import { IStringIdentifiable } from 'pip-services3-commons-node'; export declare class LocationV1 implements IStringIdentifiable { id: string; org_id: string; name: string; pos: any; }