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