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