import type { Channel } from 'open-chat-js'; import type { DefaultStreamChatGenerics } from '../../types/types'; export declare const MAX_QUERY_CHANNELS_LIMIT = 30; type MoveChannelUpParams = { channels: Array>; cid: string; activeChannel?: Channel; }; export declare const moveChannelUp: ({ activeChannel, channels, cid, }: MoveChannelUpParams) => Channel[]; export {}; //# sourceMappingURL=utils.d.ts.map