import type { Tron } from './types.js';
export declare function supportTron(): boolean;
export declare function supportTronLink(): boolean;
/**
 * Detect if in TronLinkApp
 * Tron DApp running in the DApp Explorer injects iTron objects automatically to offer customized App service.
 * See [here](https://docs.tronlink.org/tronlink-app/dapp-support/dapp-explorer)
 */
export declare function isInTronLinkApp(): boolean;
export declare function openTronLink({ dappIcon, dappName }?: {
    dappIcon: string;
    dappName: string;
}): boolean;
export declare function waitTronwebReady(tronObj: Tron): Promise<void>;
//# sourceMappingURL=utils.d.ts.map