export declare function blueCreateAlert(alertMessage: any, alertType: any, alertId: any): string; export declare function blueRemoveAlertById(alertId: any, timeToLive?: number): void; export declare function blueCreateAlertBuilder(selector?: string): (type: string, message: any, timeToLive?: number) => void;