import { AuthCommand } from '../authCommand.js'; export default class AlertChannelsList extends AuthCommand { static hidden: boolean; static readOnly: boolean; static idempotent: boolean; static description: string; static flags: { limit: import("@oclif/core/interfaces").OptionFlag; page: import("@oclif/core/interfaces").OptionFlag; output: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }