/** Describe the capabilities of this pack */
export interface PackCapabilities {
    /** Whether or not this pack can move address */
    canMoveAddress: boolean;
    /** Whether or not this pack is from an old offer */
    isLegacyOffer: boolean;
    /** Whether or not this pack is a reseller offer */
    isResellerOffer: boolean;
}
//# sourceMappingURL=PackCapabilities.d.ts.map