import { SidebarOptions } from '../shared/types';
export declare const getSidebarJson: (navigation: any, sidebarOptions: SidebarOptions, outDir: string) => any;
