import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core'; import { HbarTokenConfig } from '@bitgo/statics'; import { Hbar } from './hbar'; export declare class HbarToken extends Hbar { readonly tokenConfig: HbarTokenConfig; constructor(bitgo: BitGoBase, tokenConfig: HbarTokenConfig); static createTokenConstructor(config: HbarTokenConfig): CoinConstructor; static createTokenConstructors(tokenConfigs?: HbarTokenConfig[]): NamedCoinConstructor[]; get name(): string; get coin(): string; get network(): string; get decimalPlaces(): number; get nodeAccountId(): string; get tokenId(): string; get contractAddress(): string; getChain(): string; getBaseChain(): string; getFullName(): string; getBaseFactor(): number; } //# sourceMappingURL=hbarToken.d.ts.map