import { type Command } from "@oclif/core"; export declare const waitForMfa: (command: Command, skipPrompt?: boolean) => Promise;