import { Context } from '../imports/Context' import { Function } from '../imports/Function' 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 }