import { IGoatExternalProjectConfig } from '../config';
/**
 * Validate the config object against the provided schema
 */
export default function checkSchema(config: IGoatExternalProjectConfig, schema: {}): boolean;
