import * as beet from '@metaplex-foundation/beet'; export declare enum PackDistributionType { MaxSupply = 0, Fixed = 1, Unlimited = 2 } export declare const packDistributionTypeBeet: beet.FixedSizeBeet;