export declare const ERRORS: {
    CREATE_WATCH_NET_ERROR: {
        code: string;
        message: string;
    };
    CREATE_WACTH_EXCEED_ERROR: {
        code: string;
        message: string;
    };
    CREATE_WATCH_SERVER_ERROR: {
        code: string;
        message: string;
    };
    CONN_ERROR: {
        code: string;
        message: string;
    };
    INVALID_PARAM: {
        code: string;
        message: string;
    };
    INSERT_DOC_FAIL: {
        code: string;
        message: string;
    };
    DATABASE_TRANSACTION_CONFLICT: {
        code: string;
        message: string;
    };
};
