export declare const SHOW_MESSAGE: string; export declare const CLEAR_MESSAGE: string; export declare function showMessage(data: { content: string; type: string; }): { type: string; payload: { content: string; type: string; }; }; export declare function clearMessage(): { type: string; };