import type { MessageInterface } from '../user-modules/mod.js'; import type { Sayable } from './types.js'; declare function messageToSayable(message: MessageInterface): Promise; export { messageToSayable, }; //# sourceMappingURL=message-to-sayable.d.ts.map