/** * Resolves an Anthropic API key from recipe auth config. * Expects: auth config contains `anthropic` with either `apiKey` or OAuth credentials. */ export declare function recipeAnthropicApiKeyResolve(authPath: string): Promise; //# sourceMappingURL=recipeAnthropicApiKeyResolve.d.ts.map