import type { GlobalState } from '@mattermost/types/store';
export declare function getDisplayableErrors(state: GlobalState): any[];
