import * as PUPPET from '@juzi/wechaty-puppet';
import type { WechatyInterface } from '../wechaty/wechaty-impl.js';
import type { Sayable } from './types.js';
declare const payloadToSayableWechaty: (w: WechatyInterface) => (p: PUPPET.payloads.Sayable) => Promise<undefined | Sayable>;
export { payloadToSayableWechaty, };
//# sourceMappingURL=payload-to-sayable.d.ts.map