import { Options } from "./types";
export declare function getSidebar(options?: Options): object[];
