import type { CustomProviderProfileSpec } from "../custom-provider-profile.js"; export declare function validateCustomProviderProfile(raw: unknown): { spec?: CustomProviderProfileSpec; errors: string[]; };