import { GlobalState } from "../types/store";
export declare function getDisplayableErrors(state: GlobalState): any[];
