import * as t from '@babel/types'; export declare function isComponentishName(name: string): boolean; export declare function getImportSpecifierName(specifier: t.ImportSpecifier): string; //# sourceMappingURL=checks.d.ts.map