import type { HandlerContext } from "../../types.js"; type DashboardApiMethod = "GET" | "POST"; export declare function getDashboardApiRoutePaths(method: DashboardApiMethod): string[]; export declare function handleDashboardAPI(req: Request, ctx: HandlerContext): Promise | Response | null; export {}; //# sourceMappingURL=api.d.ts.map