import { PrivateChatContext } from './type';
export declare const usePrivateChatContext: () => PrivateChatContext;
