// Original file: src/internal/IronPdfEngine.ProtoFiles/basic.proto export interface TextFileChunkWithIndexP { 'fileIndex'?: (number); 'textChunk'?: (string); } export interface TextFileChunkWithIndexP__Output { 'fileIndex'?: (number); 'textChunk'?: (string); }