import { type INotificationChannelIdentifier, type INotificationChannelMetadataObject } from "@gooddata/sdk-model"; import { type DashboardSelector } from "../types.js"; /** * Returns organization notification channels. * * @alpha */ export declare const selectNotificationChannels: DashboardSelector; /** * Returns notification channels suitable for scheduled exports. * * @alpha */ export declare const selectNotificationChannelsWithoutInPlatform: DashboardSelector; /** * Returns notification channels suitable for scheduled exports. * * @alpha */ export declare const selectNotificationChannelsCountWithoutInPlatform: DashboardSelector; /** * Returns organization notification channels count. * * @alpha */ export declare const selectNotificationChannelsCount: DashboardSelector; //# sourceMappingURL=notificationChannelsSelectors.d.ts.map