import { TwoLineElement } from './types/TwoLineElementTypes';
export default function parseTwoLineElement(tleString: string): TwoLineElement;
