import type { Channel, ChannelFilters, ChannelOptions, ChannelSort, Client, DefaultOneChatGenerics } from '../../../types'; export declare const usePaginatedChannels: (client: Client, filters: ChannelFilters, sort: ChannelSort, options: ChannelOptions, activeChannelHandler: (channels: Channel[], setChannels: import("react").Dispatch[]>>) => void) => { channels: Channel[]; hasNextPage: boolean; loadNextPage: () => void; setChannels: import("react").Dispatch[]>>; }; //# sourceMappingURL=usePaginatedChannels.d.ts.map