import { SiteContextConfig } from './site-context-config';
export declare function baseSiteConfigValidator(config: SiteContextConfig): string;
