import { Apt } from './apt'; import { BitGoBase, CoinConstructor, NamedCoinConstructor } from '@bitgo/sdk-core'; import { AptNFTCollectionConfig } from '@bitgo/statics'; export declare class AptNFTCollection extends Apt { readonly nftCollectionConfig: AptNFTCollectionConfig; constructor(bitgo: BitGoBase, nftCollectionConfig: AptNFTCollectionConfig); static createNFTCollectionConstructor(config: AptNFTCollectionConfig): CoinConstructor; static createNFTCollectionConstructors(nftCollectionConfigs?: AptNFTCollectionConfig[]): NamedCoinConstructor[]; get name(): string; get coin(): string; get network(): string; get nftCollectionId(): string; getChain(): string; getBaseChain(): string; getFullName(): string; getBaseFactor(): number; } //# sourceMappingURL=aptNFTCollection.d.ts.map