import { Config } from './interface'; export declare function validateConfig(config: Config): Error | null;