/** * @license * Copyright 2022 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ export { Analyzer } from './lib/analyzer.js'; export type { Package, Module, Reference, Type, Event, Declaration, VariableDeclaration, ClassDeclaration, ClassField, ClassMethod, Parameter, Return, LitElementDeclaration, MixinDeclaration, CustomElementDeclaration, LitElementExport, PackageJson, ModuleWithLitElementDeclarations, DeprecatableDescribed, FunctionDeclaration, } from './lib/model.js'; export type { AbsolutePath, PackagePath } from './lib/paths.js'; export { getImportsStringForReferences } from './lib/model.js'; //# sourceMappingURL=index.d.ts.map