import { PluginOptions } from './types';
export declare const getSidebarJson: (navigation: any, options: PluginOptions) => any;
