import type { ServerLimits } from '@mattermost/types/limits'; import type { GlobalState } from '@mattermost/types/store'; export declare function getServerLimits(state: GlobalState): ServerLimits; export declare function getPostHistoryLimit(state: GlobalState): number; export declare function hasPostHistoryLimit(state: GlobalState): boolean; export declare function shouldShowPostHistoryLimits(state: GlobalState): boolean;