export declare function useMessage(): { success: (message: string) => void; error: (message: string) => void; };