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