import type { PageCollectionConfigAttributes } from '../../../types/PageCollectionConfigAttributes.js'; /** * Returns the PageCollectionConfigAttributes for the collection of the document. */ export declare function usePageCollectionConfigAttributes(): PageCollectionConfigAttributes;