import { google as grpcGoogle } from '@juzi/wechaty-grpc'; import { Puppet } from '@juzi/wechaty-puppet'; declare function healthImplementation(puppet: Puppet): grpcGoogle.IHealthServer; export { healthImplementation }; //# sourceMappingURL=health-implementation.d.ts.map