import { AgoraRteError, DetailErrorCode, ErrorModuleCode } from '../../imports'; export { AgoraRteError } from '../../imports'; export declare const generateRtmError: (code: string, message: string) => AgoraRteError; export declare const generateRteClientError: (module: ErrorModuleCode, detailCode: DetailErrorCode, message: string) => AgoraRteError; export declare const generateRteServerError: (code: number, message: string) => AgoraRteError;