import { type AutomationsScope, type AutomationsType, type IAutomationActions } from "../types.js"; /** * Hook for automation actions using useCancelablePromise */ export declare const useAutomationActions: (type: AutomationsType, scope: AutomationsScope) => IAutomationActions; //# sourceMappingURL=useAutomationActions.d.ts.map