export declare const SET_ERROR = "SET_ERROR"; export declare const CLEAR_ERROR = "CLEAR_ERROR"; export declare const setError: (title: string, message: string, debugInfo?: any) => { type: string; title: string; message: string; debugInfo: any; }; export declare const clearError: () => { type: string; }; //# sourceMappingURL=error.d.ts.map