/** The registry configurations applied when ordering a domain name */
export interface OrderLifecycleRegistryConfiguration {
    /** True if the extension can be ordered from the website */
    active: boolean;
    /** The maximum number of months a domain can be ordered for */
    maxMonths?: number;
    /** The minimum number of months a domain can be ordered for */
    minMonths?: number;
}
//# sourceMappingURL=OrderLifecycleRegistryConfiguration.d.ts.map