import { DomainObject } from "./domain-object"; import { StorageAccountImage } from "./storage-account-image"; export declare class LocationSite extends DomainObject { SiteId?: string | undefined; Note?: string | undefined; Phone?: string | undefined; Email?: string | undefined; TimeZone?: string | undefined; Address?: string | undefined; Address2?: string | undefined; ZipCode?: string | undefined; City?: string | undefined; State?: string | undefined; Country?: string | undefined; Building?: string | undefined; VatNumber?: string | undefined; EAN?: string | undefined; GlnNumber?: string | undefined; EORINumber?: string | undefined; ImageId?: string | undefined; Image?: StorageAccountImage; Latitude?: number | undefined; Longitude?: number | undefined; } //# sourceMappingURL=location-site.d.ts.map