import NERtcEngine from './api';
declare const NERtcSDK: {
    NERtcEngine: typeof NERtcEngine;
};
export default NERtcSDK;
