export { autoFixConnections } from './auto-fix-connections';
export type {
	AutoFixResult,
	AutoFixedConnection,
	UnfixableConnection,
} from './auto-fix-connections';
