/**
 * Preprocess 'anyOf' types
 *
 * - Make optional if one of the values is optional
 * - Make nullable if one of the values is nullable
 *
 * Double check on discriminant usage
 *
 * @param {import("../generate").GenerateContext} generateContext
 */
export function anyOfPreProcess(
  generateContext: import("../generate").GenerateContext,
): void;
//# sourceMappingURL=any-of.d.ts.map
