import type { MiddlewareHandler } from 'astro'; /** * Middleware which adds the web vitals `` tag to each page’s ``. * * @example * */ export declare const onRequest: MiddlewareHandler;