import type { ScriptToExecute } from '@/schemas'; export declare const executeSetVariable: ({ content, args, }: ScriptToExecute) => Promise<{ replyToSend: string | undefined; }>; export declare const safeStringify: (val: unknown) => string | undefined; //# sourceMappingURL=executeSetVariable.d.ts.map