import { Config } from './types';
declare function validateConfig(config: Config): void;
export default validateConfig;
