/** OAuth scopes for Capgo Android onboarding — androidpublisher (Play) plus
 *  cloud-platform (create GCP projects / service accounts / keys). Shared by the
 *  Ink wizard and the MCP bridge so the two drivers can never drift. */
export declare const OAUTH_SCOPES_FOR_ONBOARDING: readonly ["openid", "https://www.googleapis.com/auth/userinfo.email", "https://www.googleapis.com/auth/androidpublisher", "https://www.googleapis.com/auth/cloud-platform"];
