/** The registry configurations applied when transfering a domain name */
export interface TransferLifecycleRegistryConfiguration {
    /** The number of months allowed for a domain transfer */
    allowedPeriodsInMonths?: number[];
    /** Whether the transfer includes a renewal of the domain name, and therefore updates its expiration date */
    includeRenew: boolean;
}
//# sourceMappingURL=TransferLifecycleRegistryConfiguration.d.ts.map