export interface DashboardApiResult { status: number; body: T; } export declare function jget(url: string): Promise>; export declare function jsend(method: string, url: string, body?: unknown): Promise>; export declare const jpost: (url: string, body?: unknown) => Promise>; export declare const jput: (url: string, body: unknown) => Promise>; //# sourceMappingURL=dashboard-api.d.ts.map