declare const navigationModule: { state: { navigation: { datasets: never[]; distributions: never[]; catalogues: never[]; }; }; getters: { getNavSteps: (state: any, _getters: any, _rootState: any, rootGetters: any) => (specification: any) => any; }; actions: {}; mutations: {}; }; export default navigationModule;