import Configuration from './Configuration'; export default class ConfigurationValidator { static validate(config: Configuration): Error | null; }