/**
 * Channel and sub-channel constants for agent notifications.
 */
export declare const AGENTS_CHANNEL = "agents";
export declare const AGENTS_EMAIL_SUBCHANNEL = "agents:email";
export declare const AGENTS_EXCEL_SUBCHANNEL = "agents:excel";
export declare const AGENTS_WORD_SUBCHANNEL = "agents:word";
export declare const AGENTS_POWERPOINT_SUBCHANNEL = "agents:powerpoint";
/**
 * Lifecycle constants for agent notifications.
 */
export declare const AGENT_LIFECYCLE = "agentlifecycle";
export declare const USER_CREATED_LIFECYCLE_EVENT = "agenticuseridentitycreated";
export declare const USER_WORKLOAD_ONBOARDING_LIFECYCLE_EVENT = "agenticuserworkloadonboardingupdated";
export declare const USER_DELETED_LIFECYCLE_EVENT = "agenticuserdeleted";
//# sourceMappingURL=constants.d.ts.map