/** The registry configurations applied to the domain name label */
export interface LabelDomainRegistryConfiguration {
    /** Whether International Domain Names are supported by the registry and handled by OVHcloud */
    isIDNSupported: boolean;
    /** The maximum length allowed for a domain name (without the extension) */
    maxLength?: number;
    /** The minimum length allowed for a domain name (without the extension) */
    minLength?: number;
}
//# sourceMappingURL=LabelDomainRegistryConfiguration.d.ts.map