AstImport: {
    id: number;
    importPath: ImportPath;
    kind: "import";
    loc: SrcInfo;
}