export declare const SlackChannelConfigurationNotifyOnCaseSeverity: {
    readonly None: "none";
    readonly All: "all";
    readonly High: "high";
};
/**
 * The severity level of a support case that a customer wants to get notified for.
 */
export type SlackChannelConfigurationNotifyOnCaseSeverity = (typeof SlackChannelConfigurationNotifyOnCaseSeverity)[keyof typeof SlackChannelConfigurationNotifyOnCaseSeverity];
