export declare class SDK_NeighborhoodModel {
    nid: string;
    name?: string;
    attomNeighborhoodCommunityData?: string;
    transferTaxBuyerApportionment?: number;
}
