import type { OptionsBase } from "./index.ts";

export interface OptionsTransform extends OptionsBase {
	inferGenerics: boolean;
}
