import { type Command } from "@oclif/core"; import type { OidcProviderType } from "../graphql/graphql.js"; export declare const waitForValidOidcToken: (command: Command, oidcProviderType: OidcProviderType, skipPrompt?: boolean) => Promise;