/** Missing description */
export interface PlanUpdate {
    /** Plan ID to apply to the registry */
    planID: string;
}
//# sourceMappingURL=PlanUpdate.d.ts.map