import { Config, DeviceOpts } from './model';
export declare const initialConfig: Config;
/** 初始化参数 */
export declare const initialOpts: DeviceOpts;
