import type { SDKConfig, ResolvedConfig } from '../types/index.js'; export declare function resolveConfig(raw: SDKConfig): ResolvedConfig;