// Copyright © 2022 BytePlusRTC All rights reserved. // SPDX-License-Identifier: MIT declare const isTurboModuleEnabled: boolean; declare const Vertc: any; export default Vertc; export { isTurboModuleEnabled };