import { Position } from './position.model'; export declare class EventPosition { placeId: string; position?: Position; }