import * as swr from 'swr';
import { G as GetEntityParams } from '../entTypes-C9TNWMk6.mjs';
import '../cusTypes-sh5_cN7N.mjs';

declare const useEntity: (entityId?: string, params?: GetEntityParams) => {
    entity: any;
    isLoading: boolean;
    error: any;
    refetch: swr.KeyedMutator<any>;
};

export { useEntity };
