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