declare const getSentence: (row: string, part: "Length" | "Identifier" | "Content") => string | undefined; export default getSentence;