export type ImportCodeTokenMeta = { importPath: string; lineStart: number; lineEnd?: number; };