import { Command } from "@oclif/core"; export default class ContactCommand extends Command { static description: string; static examples: string[]; static flags: { help: import("@oclif/core/interfaces").BooleanFlag; }; run(): Promise; }