import type { AppBinding } from '@mattermost/types/apps'; import type { ActionFuncAsync } from 'mattermost-redux/types/actions'; export declare function fetchAppBindings(channelID: string): ActionFuncAsync; export declare function fetchRHSAppsBindings(channelID: string): ActionFuncAsync;