import { IKBotTask } from '../../types';
export declare const mime: (file?: string) => any;
export declare const fileToBase64: (filePath: string) => string | null;
export declare const tools: (target: string, options: IKBotTask) => Array<any>;
