import { type IAutomationMetadataObject } from "@gooddata/sdk-model"; import { type DashboardContext } from "../../types/commonTypes.js"; export declare function loadWorkspaceAutomationsCount({ backend, workspace }: DashboardContext): Promise; export declare function loadDashboardUserAutomations(ctx: DashboardContext, dashboardId: string, userId: string, filterByUser: boolean, externalRecipient: string | undefined): Promise; //# sourceMappingURL=loadAutomations.d.ts.map