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