/** Website creation capabilities of your hosting */
export interface WebsiteCreationCapabilities {
    /** Number of websites allowed by your hosting offer, -1 meaning unlimited */
    allowedWebsites: number;
    /** Number of existing websites on your hosting */
    existingWebsites: number;
}
//# sourceMappingURL=WebsiteCreationCapabilities.d.ts.map