//#region src/client/utils/http.d.ts declare const http: { get: (url: string, query?: T) => Promise; post: (url: string, data?: T) => Promise; }; //#endregion export { http };