import { IMessage, ISetting } from '../interface'; export declare function evalcode(message: IMessage, _settings: ISetting, _request: typeof fetch, userCode: string): Promise;