import type { SiteConfigInput } from 'site-config-stack';
export declare function updateSiteConfig(input?: SiteConfigInput): () => void;
