import { GetData } from '../../interfaces/InterfaceChat';
export declare const useGet: (url: string) => GetData;
