export declare const SOCKET_ENDPOINTS: {
    images: string;
    chats: string;
    error: string;
};
