import { Command } from "../command"; export default class Import extends Command { commandString: string; description: string; action(): Promise; }