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