/** * Validates a configuration object. This method runs through multiple * individual validation steps. If any of them returns false, * the validation fails */ export declare const validate: (config: any) => string | boolean;