import type { GlobalState } from '@mattermost/types/store'; export declare const selectShowChannelBanner: (state: GlobalState, channelId: string) => boolean;