import type { ContentFlaggingConfig } from '@mattermost/types/content_flagging'; import type { NameMappedPropertyFields, PropertyValue } from '@mattermost/types/properties'; import type { ActionFuncAsync } from 'mattermost-redux/types/actions'; export declare function getTeamContentFlaggingStatus(teamId: string): ActionFuncAsync<{ enabled: boolean; }>; export declare function getContentFlaggingConfig(teamId?: string): ActionFuncAsync; export declare function getPostContentFlaggingFields(): ActionFuncAsync; export declare function loadPostContentFlaggingFields(): ActionFuncAsync; export declare function getPostContentFlaggingValues(postId: string): ActionFuncAsync>>;