import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core'; import { CosmosTokenConfig } from '@bitgo/statics'; import { Hash } from './hash'; import { HashUtils } from './lib/utils'; export declare class HashToken extends Hash { readonly tokenConfig: CosmosTokenConfig; protected readonly _utils: HashUtils; constructor(bitgo: BitGoBase, tokenConfig: CosmosTokenConfig); static createTokenConstructor(config: CosmosTokenConfig): CoinConstructor; static createTokenConstructors(tokenConfigs?: CosmosTokenConfig[]): NamedCoinConstructor[]; get name(): string; get coin(): string; get network(): string; get denom(): string; get decimalPlaces(): number; getChain(): string; getBaseChain(): string; getFullName(): string; getBaseFactor(): number; getAddressFromPublicKey(publicKey: string): string; } //# sourceMappingURL=hashToken.d.ts.map