import { ParsedLine } from '../types/library'; export declare function parseLine(line: string): ParsedLine | undefined;