import type { ClientConfig } from '@mattermost/types/config';
import type { GlobalState } from '@mattermost/types/store';
export declare const interactiveDialogAppsFormEnabled: import("mattermost-redux/selectors/create_selector").OutputSelector<GlobalState, boolean, (res: Partial<ClientConfig>) => boolean>;
