import type * as PUPPET from '@juzi/wechaty-puppet'; import type { Sayable, SayOptionsObject } from './types.js'; /** * TODO: add unit test to ensure the interface validation code works */ declare const deliverSayableConversationPuppet: (puppet: PUPPET.impls.PuppetInterface) => (conversationId: string) => (sayable: Sayable, options?: SayOptionsObject) => Promise; export { deliverSayableConversationPuppet, }; //# sourceMappingURL=deliver-sayable.d.ts.map