import type { AstroIntegration } from 'astro';
import type { VercelServerlessConfig } from '../index.js';
export default function serverless(config: VercelServerlessConfig): AstroIntegration;
