export default function useGET(): (url: string, filter?: { [x: string]: any; } | undefined) => Promise;