import { PluginConf } from './types';
export declare function createDocsForPlugin(conf: PluginConf): string;
