import { OccConfig } from './occ-config';
export declare function occConfigValidator(config: OccConfig): string;
