import type { Client, DefaultOneChatGenerics, UpdatedMessage } from '../../../types'; declare type UpdateHandler = (cid: string, updatedMessage: UpdatedMessage) => ReturnType['updateMessage']>; export declare const useEditMessageHandler: (doUpdateMessageRequest?: UpdateHandler | undefined) => (updatedMessage: UpdatedMessage) => Promise>; export {}; //# sourceMappingURL=useEditMessageHandler.d.ts.map