import { ParameterType } from 'typedoc';
/**
 * **sidebar.autoConfiguration**
 *
 * Set to `false` to disable sidebar generation. Defaults to true.
 *
 * **sidebar.heading**
 *
 * The heading displayed above the sidebar.
 *
 */
export declare const sidebar: {
    help: string;
    type: ParameterType;
    defaultValue: any;
};
