import { FileBoxChunk } from '@chatie/grpc'; import { FileBox } from 'wechaty-puppet'; import { Readable } from 'stronger-typed-streams'; declare function unpackFileBoxFromChunk(stream: Readable): Promise; declare function packFileBoxToChunk(fileBox: FileBox): Promise>; export { unpackFileBoxFromChunk, packFileBoxToChunk, }; //# sourceMappingURL=file-box-chunk.d.ts.map