import findFileUp from 'find-file-up';
import {URL} from 'url';

import {getLexPackageJsonPath, relativeFilePath} from './utils/file.js';
import {log} from './utils/log.js';

import type {Options} from '@swc/core';
import type {Linter} from 'eslint';

void URL;
void findFileUp;
void getLexPackageJsonPath;
void relativeFilePath;
void log;

const useTypes = (_options: Options, _linter: Linter) => {};

void useTypes;
