wechaty-puppet-service
Version:
Puppet Service for Wechaty
6 lines • 380 B
TypeScript
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