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