import type { Channel } from 'stream-chat';
export declare const useIsChannelMuted: (channel: Channel) => {
    createdAt: Date | null;
    expiresAt: Date | null;
    muted: boolean;
};
