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