UNPKG

wechaty-puppet-service

Version:
6 lines 380 B
import type { FileBox } from 'file-box'; import { FileBoxInterface } from 'file-box'; declare const canPassthrough: (fileBox: FileBoxInterface) => boolean; declare const normalizeFileBoxUuid: (FileBoxUuid: typeof FileBox) => (fileBox: FileBoxInterface) => Promise<FileBoxInterface>; export { canPassthrough, normalizeFileBoxUuid, }; //# sourceMappingURL=normalize-filebox.d.ts.map