CreateProjectProperties: ZodObject<{
    name: ZodString;
}, "strip", ZodTypeAny, {
    name?: string;
}, {
    name?: string;
}> = ...