import { EnvCommand } from '../base/env-command'; export default class EndpointCommand extends EnvCommand { static command: string; static description: string; static flags: { env: import("@oclif/command/lib/flags").IOptionFlag; dir: import("@oclif/command/lib/flags").IOptionFlag; }; run(): Promise; }