import type { FileInfo, API } from "jscodeshift"; export default function transform(file: FileInfo, api: API): string | undefined;