import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class AddressLocation { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) getAddress(): string getGeo(): any setAddress(value?: any): void setGeo(value?: any): void }