import * asPageTreefrom"fumadocs-core/page-tree";
//#region src/utils/use-footer-items.d.ts/**
* @returns a list of page tree items (linear), that you can obtain footer items
*/
declare functionuseFooterItems(): PageTree.Item[];
//#endregionexport { useFooterItems };