import { Settings } from '../types/index.js'; export declare function validateSettings(settings: Settings): undefined; export declare function validateConfigExists(): string;