import { RetrySendMessage } from '../../../context/ChannelActionContext'; import type { DefaultOneChatGenerics } from '../../../types'; export declare const useRetryHandler: (customRetrySendMessage?: RetrySendMessage | undefined) => RetrySendMessage; //# sourceMappingURL=useRetryHandler.d.ts.map