import type { LocalMessage, MessageResponse, StreamChat, UpdateMessageOptions } from 'stream-chat'; type UpdateHandler = (cid: string, updatedMessage: LocalMessage | MessageResponse, options?: UpdateMessageOptions) => ReturnType; export declare const useEditMessageHandler: (doUpdateMessageRequest?: UpdateHandler) => (updatedMessage: LocalMessage | MessageResponse, options?: UpdateMessageOptions) => Promise; export {}; //# sourceMappingURL=useEditMessageHandler.d.ts.map