declare const egeriaFetch: (uri: string, method: string, headers: any, options: any) => Promise<any>;
declare const fetchData: (uri: string, method: string, callback?: any) => Promise<any>;
export { egeriaFetch, fetchData };
