import { CommandArgument, CommandResult } from '../../utils/types.js'; import { SessionFallbackCommand } from './sessionFallbackCommand.js'; /** * Command to prepare shell command for ServiceNow SDK authentication * Handles adding, listing, deleting, and selecting auth profiles */ export declare class AuthCommand extends SessionFallbackCommand { name: string; description: string; arguments: CommandArgument[]; execute(args: Record): Promise; } //# sourceMappingURL=authCommand.d.ts.map