declare function _exports(options?: { themeFile?: string | undefined; nodeModulesPath?: string | undefined; } | undefined): (url: string, prev?: string) => ({ file: string; } | null); export = _exports; //# sourceMappingURL=importer.d.ts.map