/** * Extracts import paths from TypeScript/JavaScript file contents * @param content - The file content to extract imports from * @returns Array of import paths (excluding relative imports) */ export declare function extractImportPaths(content: string): string[]; //# sourceMappingURL=extract-import-paths.d.ts.map