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