import { VlaHistoryList } from './vla-history-list'; export declare class VlaHistoryListModel { errorId: number; errorMessage: string; isSuccess: true; responseObject: VlaHistoryList[]; seamsErrorCodes: string; constructor(data: unknown); }