import { TonClient } from '@ton/ton';
export declare class TonClientInstance {
    private static instance;
    private constructor();
    static getInstance(): TonClient;
}
