import type { ActionFuncAsync } from 'mattermost-redux/types/actions';
export declare function setNewChannelWithBoardPreference(initializationState: Record<string, boolean>): ActionFuncAsync;
