export { isImportPath }; export { isImportPathRelative }; declare function isImportPath(importPath: string): boolean; declare function isImportPathRelative(importPath: string): boolean;