/** * @param {string} specifier * @returns {boolean} */ export function isBareModuleSpecifier(specifier: string): boolean; /** * @param {string} filePath * @param {{ * nodeModulesDepth?: number, * source?: string, * }} options * @returns {Promise} */ export function findJsDependencies(filePath: string, options?: { nodeModulesDepth?: number | undefined; source?: string | undefined; }): Promise; //# sourceMappingURL=findJsDependencies.d.ts.map