import { type ISettings } from "@gooddata/sdk-model"; import { type DashboardContext } from "../../../types/commonTypes.js"; export declare function loadAutomationsData(ctx: DashboardContext, settings: ISettings): Promise<{ notificationChannelsCount: number; workspaceAutomationsCount: number; }>; //# sourceMappingURL=loadAutomationsData.d.ts.map