import { type Transport } from 'nekoton-wasm';
export declare function getTonProtobufTransport(): Promise<Transport>;
