import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; 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; } //# sourceMappingURL=AddressLocation.d.ts.map