/*** * @developerReferences * - Developer Hub: https://dev.flare.network/ * - Doc: https://docs.flare.network/user/wallets/ * * @coinFullName Flare * @coinWebsite https://flare-explorer.flare.network */ import { BaseCoin, BitGoBase, MPCAlgorithm } from '@bitgo-beta/sdk-core'; import { BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics'; import { AbstractEthLikeNewCoins } from '@bitgo-beta/abstract-eth'; import { TransactionBuilder } from './lib'; export declare class Flr extends AbstractEthLikeNewCoins { protected constructor(bitgo: BitGoBase, staticsCoin?: Readonly); static createInstance(bitgo: BitGoBase, staticsCoin?: Readonly): BaseCoin; protected getTransactionBuilder(): TransactionBuilder; /** @inheritDoc */ supportsTss(): boolean; /** @inheritDoc */ getMPCAlgorithm(): MPCAlgorithm; recoveryBlockchainExplorerQuery(query: Record): Promise>; } //# sourceMappingURL=flr.d.ts.map