import type { GatelyConfig } from './types.js'; export declare function validate(config: GatelyConfig, configDir: string): Promise;