import { Config } from '@stackbit/sdk'; import * as CSITypes from '@stackbit/types'; import { ContentStoreTypes } from '../'; export declare function getSanitizedTreeViews({ configDelegate, stackbitConfig, contentSourceDataById, logger }: { configDelegate: CSITypes.ConfigDelegate; stackbitConfig: Config | null; contentSourceDataById: Record; logger: CSITypes.Logger; }): Promise; export declare function removeHiddenTreeViews({ treeViews, getDocumentForUser }: { treeViews: CSITypes.TreeViewNode[]; getDocumentForUser: (opts: { srcDocumentId: string; srcType: string; srcProjectId: string; }) => ContentStoreTypes.Document | undefined; }): CSITypes.TreeViewNode[]; //# sourceMappingURL=tree-views.d.ts.map