export declare function getIdFromLine(line: string): { id: string; catalogId: string; externalId: string; } | undefined;