import { IPuppetServer } from '@chatie/grpc'; import { Puppet } from 'wechaty-puppet'; /** * Implements the SayHello RPC method. */ export declare function puppetImplementation(puppet: Puppet): IPuppetServer; //# sourceMappingURL=puppet-implementation.d.ts.map