declare module 'parquetjs-lite' { export class ParquetReader { static openFile(filePath: string): Promise; getCursor(): any; close(): Promise; } }