import type { IConfig } from '../types/config.types'; export declare const validateJSON: (config: IConfig) => boolean;