import { TYPE } from './type.enum'; export declare class Alerts { type: TYPE; message: string; constructor(message: string, type: TYPE); }