import { ImportDeclaration, ImportSpecifier } from "estree-jsx"; /** Used to check whether the current ImportDeclaration node matches at least 1 of the import specifiers. */ export declare function checkMatchingImportDeclaration(node: ImportDeclaration, imports: ImportSpecifier | ImportSpecifier[], packageName?: string): boolean; //# sourceMappingURL=checkMatchingImportDeclaration.d.ts.map