export declare const useDeviceAdapter: (host: any, isWebchatOpen: any) => {
    currentDevice: string;
};
