import { TonClient as NativeTonClient, Cell } from '@ton/ton';
export declare class TonClient extends NativeTonClient {
    getConfigParam(config_id: number): Promise<Cell>;
}
