import { type OpenClawConfig } from "../../config/config.js"; export declare function resolveSkillRuntimeConfig(config?: OpenClawConfig): OpenClawConfig | undefined;