import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class VADataTransformUtils { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); static fromAddress(address?: string): string; static fromAddressLocation(txtAddress?: string, geoString?: string): any; static fromGeo(geoString?: string): any; static toAddress(address?: any): string; static toGeo(address?: any): string; static toNewAddress(deliveryAddress?: string, latStr?: string, lngStr?: string): any; } //# sourceMappingURL=VADataTransformUtils.d.ts.map