/**
 * If errors are present, they are printed and the process is exited.
 * Else this function will just return
 *
 * @param {import("../generated/common/types").CodeGenContext} context
 */
export function exitOnErrorsOrReturn(
  context: import("../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=errors.d.ts.map
