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