export declare const httpCall: ({ url, method, data }: {
    url: any;
    method?: string;
    data?: {};
}) => any;
