import { RemoteCommunication } from '../../../RemoteCommunication'; import { CommunicationLayerMessage } from '../../../types/CommunicationLayerMessage'; export declare function handleWalletInitMessage(instance: RemoteCommunication, message: CommunicationLayerMessage): Promise; //# sourceMappingURL=handleWalletInitMessage.d.ts.map