import { Apt } from './apt'; import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core'; import { AptTokenConfig } from '@bitgo/statics'; export declare class AptToken extends Apt { readonly tokenConfig: AptTokenConfig; constructor(bitgo: BitGoBase, tokenConfig: AptTokenConfig); static createTokenConstructor(config: AptTokenConfig): CoinConstructor; static createTokenConstructors(tokenConfigs?: AptTokenConfig[]): NamedCoinConstructor[]; get name(): string; get coin(): string; get network(): string; get assetId(): string; get decimalPlaces(): number; getChain(): string; getBaseChain(): string; getFullName(): string; getBaseFactor(): number; } //# sourceMappingURL=aptToken.d.ts.map