/**
 * Free Pick of the Day — selects and serves the highest-confidence forecast daily.
 *
 * GET /api/free-pick — public, no auth required
 */
declare const router: import("express-serve-static-core").Router;
export default router;
//# sourceMappingURL=free-pick.d.ts.map