/** * Normalize the import path based on the project running on ts-node or not. * @param path */ export declare function normalizeImportPathWithSource(path: string | undefined, cwd?: string): string; //# sourceMappingURL=normalize-import-path-with-source.d.ts.map