import { FileBoxChunk } from '@chatie/grpc'; import { Readable } from 'stronger-typed-streams'; import { FileBoxPb } from './file-box-pb.type'; declare function packFileBoxChunkToPb(PbConstructor: { new (): T; }): (stream: Readable) => Readable; declare function unpackFileBoxChunkFromPb(stream: Readable): Readable; export { packFileBoxChunkToPb, unpackFileBoxChunkFromPb, }; //# sourceMappingURL=chunk-pb.d.ts.map