/**
 * Generate all types that are necessary for the CRUD items in this structure.
 *
 * @param {import("../generate").GenerateContext} generateContext
 */
export function crudTypesCreate(
  generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=crud-types.d.ts.map
