import { type AutomationsScope, type IAutomationService } from "./types.js"; export declare const useAutomationService: (scope: AutomationsScope) => IAutomationService; //# sourceMappingURL=useAutomationService.d.ts.map