import { Libraries } from '../../types/libraries.js'; /** * Parse setup.py for GT dependencies. * Extracts quoted strings from install_requires or extras_require blocks * and matches against GT packages. */ export declare function matchSetupPyDependency(content: string): typeof Libraries.GT_FLASK | typeof Libraries.GT_FASTAPI | null;