import type { OAuthCredentials } from "@mariozechner/pi-ai"; /** * Parses an Anthropic auth entry and returns OAuth credentials without the `type` field. * Expects: entry must be an object with `type: "oauth"`. */ export declare function recipeAuthAnthropicEntryParse(entry: unknown): OAuthCredentials; //# sourceMappingURL=recipeAuthAnthropicEntryParse.d.ts.map