export declare const DEFAULT_SIDEBAR_OPTIONS: {
    autoConfiguration: boolean;
    pretty: boolean;
    typescript: boolean;
    deprecatedItemClassName: string;
};
export declare function getPluginOptions(context: any, opts: Record<string, any>): Record<string, any>;
