import { SimpleTextItem } from './simple-text-item'; import { MarkRecord } from './mark-record'; /** * Extracts marks records from a table of simplified text items. * * @param itemsTable The simplified items table to extract marks from. * @returns The extracted marks records. */ export declare function extractMarksFromItemsTable(itemsTable: readonly (readonly Readonly[])[]): MarkRecord[]; //# sourceMappingURL=marks-extractor.d.ts.map