import type { StandardSchemaV1 } from "@standard-schema/spec"; import type { AnyPorts } from "../../ports/index.js"; import type { ServiceProvider } from "../../providers/index.js"; declare function parseStandardSchema>(schema: Schema, input: unknown): Promise>; /** * Load and validate config for a provider. * * Explicit overrides take precedence over env-derived config. When a provider * declares `envPrefix`, matching env keys are stripped before validation. */ export declare function loadProviderConfig>(provider: ServiceProvider, env: Record, overrides: Record): Promise | undefined>; /** * Parse provider config with Standard Schema and normalize validation errors. */ export { parseStandardSchema }; //# sourceMappingURL=loadProviderConfig.d.ts.map