import { IKBotTask } from '../../types';
export declare const md2html: (content: any) => any;
export declare const tools: (target: string, options: IKBotTask) => Array<any>;
