export declare type ViewsList = { name: string; type: string; version: string; isActive: boolean; permissions: { accessPermissions: string[]; }; }[];