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