/** * App Store Connect / TestFlight tools (provider "apple" in the store meta). * * Pipeline: appstore_build -> appstore_upload -> appstore_get_releases (poll) -> * appstore_set_notes -> appstore_promote (-> appstore_submit). * * SECURITY: auth is resolved from env ONLY (getAscAuthFromEnv) — key material * never enters tool arguments or results. Every LLM-supplied argument is * validated before it can reach xcodebuild/altool argv or an API URL. */ import type { ToolDefinition } from "./registry.js"; export declare const appStoreTools: ToolDefinition[]; //# sourceMappingURL=appstore-tools.d.ts.map