import type { H3Event } from 'h3';
import type { SiteConfigInput } from 'site-config-stack';
export declare function updateSiteConfig(e: H3Event, input: SiteConfigInput): void;
