import { type ProtoSocketParams } from 'everscale-inpage-provider';
import type * as nt from 'nekoton-wasm';
export declare class ProtoSocket {
    connect(params: ProtoSocketParams): Promise<nt.ProtoConnection>;
}
