export declare const onBLEPeripheralConnectionStateChanged: () => Promise<{ errMsg: string; }>; export declare const offBLEPeripheralConnectionStateChanged: () => Promise<{ errMsg: string; }>; export declare const createBLEPeripheralServer: () => Promise<{ errMsg: string; }>;