export declare const request: <T, U extends object>(url: string, method: "POST" | "GET", data?: U | undefined) => Promise<T>;
