import type { Channel, DefaultOneChatGenerics } from '../../../types'; export declare const useIsChannelMuted: (channel: Channel) => { createdAt: Date | null; expiresAt: Date | null; muted: boolean; }; //# sourceMappingURL=useIsChannelMuted.d.ts.map