import type { Adapter } from "./index.js"; /** * Vercel adapter for nix-js-kit. * * Produces a `.vercel/output` directory compatible with the Vercel Build Output * API (v3). Static files are served from `dist/` and unmatched routes fall back * to the SSR function. */ export declare const vercelAdapter: Adapter;