import * as lib from "../../lib"; import * as oclif from "@oclif/command"; export default class DBSeed extends oclif.Command { static description: string; static examples: never[]; static flags: { "no-log": import("../../../../../../../../Users/erik/code/cre/eta-cli/node_modules/@oclif/parser/lib/flags").IBooleanFlag; }; static args: never[]; run(): Promise; static seed(server: lib.EtaProcess): Promise; }