import { Config } from '../config';
export declare function validateConfigs(configs: Config[]): boolean;
