/** * Resolves the TypeScript declaration files from "node_modules" directory. * This is used when working in an in memory file system inside Node.js. * We need to load the declaration files in memory. * * @returns The TypeScript declaration files location and content */ export declare function getLibFilesFromNode(): Map; export declare function getTypesFromNode(): Map; //# sourceMappingURL=get-lib-files-from-node.d.ts.map