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