export declare class PersonModel { id: number; lastName: string; firstName: string; constructor(); fromJSON(json: any): this; fromJSONs(jsons: any): PersonModel[]; } //# sourceMappingURL=person.model.d.ts.map