import type { CollectionConfig } from 'payload'; import type { NestedDocsPageTreePluginCollectionCustom } from '../types.js'; export declare function getCollectionPageTreeConfig(collection: Pick): null | NestedDocsPageTreePluginCollectionCustom;