import type { JsonObj } from '../../result.js'; import { APICommand } from '../../index.js'; export default class SdkKeyList extends APICommand { static description: string; static examples: string[]; static flags: { environment: import("@oclif/core/lib/interfaces/parser.js").OptionFlag; }; run(): Promise; }