/**
 * Call all preprocessors, removing internal only types and adding the 'real' types
 * before calling the generators
 *
 * @param {import("../generated/common/types").CodeGenContext} context
 */
export function preprocessorsExecute(
  context: import("../generated/common/types").CodeGenContext,
): void;
//# sourceMappingURL=index.d.ts.map
