import { Org } from '@salesforce/core'; import { PermsetAssignResult, UserPermSetAssignBaseCommand } from '../../../../baseCommands/user/permset/assign.js'; export declare class ForceUserPermSetAssignCommand extends UserPermSetAssignBaseCommand { static readonly hidden = true; static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly state = "deprecated"; static readonly deprecationOptions: { to: string; }; static readonly flags: { 'perm-set-name': import("@oclif/core/interfaces").OptionFlag; 'on-behalf-of': import("@oclif/core/interfaces").OptionFlag; 'target-org': import("@oclif/core/interfaces").OptionFlag; 'api-version': import("@oclif/core/interfaces").OptionFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }