import { ApiConfig } from "../types/index.js"; import { Result } from "../types/result.js"; export declare const mergeConfig: (config: ApiConfig) => Result;