import { ReferenceData } from './reference-data.model'; export declare class BusinessUnitAddress extends ReferenceData { line1: string; city: string; countyId: { correlation: string; }; stateId: { correlation: string; }; zipCode: string; constructor(data: any); }