import { ChatLocation } from '../types'; import { Location } from '../types'; export declare class ChatLocationBase implements ChatLocation { location: Location; address: string; }