import type { PackageDependency } from '../types';
export declare function parseLine(input: string): PackageDependency | null;
