import { TriggerScriptOptions, TriggerScriptResponse } from './types'; /** * Triggers a chained script within the same workspace. * * @param scriptName Name of the script within the workspace * @param options Trigger options: functionName and payload */ export declare function triggerScript(scriptName: string, options?: TriggerScriptOptions): Promise; //# sourceMappingURL=index.d.ts.map