export declare const useCommunication: () => { loading: boolean; refresh: () => Promise; refreshing: boolean; list: import("../..").ICommunication[]; error: import("axios").AxiosError; view: import("../../..").IView; get: (params?: { [key: string]: string | number; }) => Promise; };