import type { ChatLog, ScriptToExecute } from '@indite.io/schemas'; export declare const executeSetVariable: ({ content, args, isCode, }: ScriptToExecute) => Promise<{ replyToSend: string | undefined; logs?: ChatLog[]; }>; //# sourceMappingURL=executeSetVariable.d.ts.map