import type { NormalizedClientConfig } from '../models/index.js'; export declare function clientCompile(config: NormalizedClientConfig, configPath?: string): Promise;