import { Core } from '@strapi/strapi';
export declare const navigationSetup: (context: {
    strapi: Core.Strapi;
}) => Promise<void>;
