import { NavigationController } from "../types";
/**
 * Use this hook to get the navigation of the app.
 * This controller provides the resolved collections for the CMS as well
 * as utility methods.
 *
 * @group Hooks and utilities
 */
export declare const useNavigationController: () => NavigationController;
