/// /// export declare function readStructuredFile(filePath: string): Promise; export declare function readBinaryFile(filePath: string): Promise;