/**
 * @license Webserial
 * webserial
 *
 * Created by (c) Danidoble.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
import { Kernel } from './serial/kernel';
import { Devices } from './utils/devices';
export declare const version: any;
export { Devices, Kernel };
//# sourceMappingURL=kernel.d.ts.map