import { puppet as grpcPuppet } from '@juzi/wechaty-grpc'; import type { FileBox } from 'file-box'; import * as PUPPET from '@juzi/wechaty-puppet'; declare function puppetImplementation(puppet: PUPPET.impls.PuppetInterface, FileBoxUuid: typeof FileBox): grpcPuppet.IPuppetServer; export { puppetImplementation }; //# sourceMappingURL=puppet-implementation.d.ts.map