import { Rule } from "eslint"; import { ImportDeclaration } from "estree-jsx"; export declare function getAllImportDeclarations(context: Rule.RuleContext, packageName?: string): ImportDeclaration[]; export declare function getImportSpecifiersLocalNames(context: Rule.RuleContext, componentName: string, packageName?: string): string[]; //# sourceMappingURL=importAndExport.d.ts.map