interface LineTestcase { id: string; description: string; expectedResult: string; } export { LineTestcase };