declare const Server: { get(path: string): Promise<{ success: boolean; data: any; message?: undefined; } | { success: boolean; message: any; data?: undefined; }>; }; export { Server }; //# sourceMappingURL=api.d.ts.map