/** Describe the eligibility of each domain in the packs */
export interface DomainPacksDescriptionItem {
    /** Indicates if domain is available and will be included in the pack */
    available: boolean;
    /** Domain concerned by the availability */
    domain: string;
}
//# sourceMappingURL=DomainPacksDescriptionItem.d.ts.map