type Props = { onReceiveMessage: (author: string, message: string) => void; }; export declare const useMesfRealtime: ({ onReceiveMessage }: Props) => void; export {};