import ts from 'typescript'; export declare type IFileSystemPath = import('@file-services/types').IFileSystem['path']; export declare function resolveImportedIdentifier(node: ts.Node, modulePath: string, posix: IFileSystemPath): string | null; export declare function resolveImportPath(relativeUrl: string, importInternal: string, modulePath: string, posix: IFileSystemPath): string; //# sourceMappingURL=imported-identifier-resolver.d.ts.map