import stream from 'stream'; export declare function transformRow(row: any): any[]; export declare class HydrationStream extends stream.Transform { constructor(); } //# sourceMappingURL=HydrationStream.d.ts.map