import { DomainObject } from "./domain-object"; import { StorageAccountImage } from "./storage-account-image"; export declare class ProjectLocation extends DomainObject { Note?: string | undefined; Phone?: string | undefined; Email?: string | undefined; ContactPerson?: string | undefined; Street?: string | undefined; ZipCode?: string | undefined; City?: string | undefined; State?: string | undefined; Country?: string | undefined; Building?: string | undefined; Block?: string | undefined; Area?: string | undefined; Floor?: string | undefined; Latitude?: number | undefined; Longitude?: number | undefined; OpenTime?: string | undefined; CloseTime?: string | undefined; ImageId?: string | undefined; Image?: StorageAccountImage | undefined; TimeZone?: string | undefined; } //# sourceMappingURL=project-location.d.ts.map