import { EntityView } from '@sage-bionetworks/synapse-types';
import { MockEntityData } from './MockEntityData';
export declare const MOCK_PROJECT_VIEW_ENTITY_ID = "syn500001";
export declare const MOCK_PROJECT_VIEW_NAME = "Mocked Project View";
export declare const mockProjectViewEntity: {
    id: string;
    parentId: string;
    name: string;
    concreteType: "org.sagebionetworks.repo.model.table.EntityView";
    createdBy: string;
    modifiedBy: string;
    etag: string;
    columnIds: never[];
    viewTypeMask: number;
    scopeIds: string[];
    isSearchEnabled: true;
    versionNumber: number;
    versionLabel: string;
    createdOn: string;
    modifiedOn: string;
    isLatestVersion: true;
};
export declare const mockProjectViewData: MockEntityData<EntityView>;
//# sourceMappingURL=mockProjectView.d.ts.map