import type { ChatLog, ScriptToExecute } from '@indite.io/schemas'; export declare const executeScript: ({ content, args, }: ScriptToExecute) => Promise; export declare const executeCode: ({ args, content, }: { content: string; args: Record; }) => Promise; //# sourceMappingURL=executeScript.d.ts.map