export declare const api = "http://localhost:8080";
export declare const apiCall: (method: string, url: string, path: string, data?: any) => Promise<any>;
