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