import { AxiosResponse } from "axios";
import { WyreParams } from '../types';
export default function wyre({ apiKey, secretKey, authenticationType: maybeAuthenticationType, apiUrl, baseUrl, url: endpoint, method, data, }: WyreParams): Promise<AxiosResponse>;
