/** Missing description */
export interface ProjectContainerRegistryCreation {
    /** Name of the new registry */
    name: string;
    /** ID of the plan to use for the new registry */
    planID: string;
    /** Region where to deploy the registry.  Get available regions with /cloud/project/{serviceName}/capabilities/containerRegistry. */
    region: string;
}
//# sourceMappingURL=ProjectContainerRegistryCreation.d.ts.map