import { BaseCommand } from "../lib/base-command"; export default class UsageCommand extends BaseCommand { static description: string; static flags: { backend: import("@oclif/core/lib/interfaces").OptionFlag; "api-key": import("@oclif/core/lib/interfaces").OptionFlag; json: import("@oclif/core/lib/interfaces").BooleanFlag; }; run(): Promise; }