export declare type Event = {
    [k: string]: any;
};
export interface IROP {
    ICS_ADDR?: string;
    ROP_FLASH_SITE?: string;
    PORT?: number;
    SSL_PORT?: number;
}
export declare type Qos = 0 | 1 | 2;
