import { BaseCommand } from '../index.js'; export default class SdkKey extends BaseCommand { static description: string; static examples: string[]; run(): Promise; }