import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class Resolve extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: { 'close-code': import("@oclif/core/lib/interfaces/parser.js").OptionFlag; notes: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; number: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; } //# sourceMappingURL=resolve.d.ts.map