import { AuthenticatedBaseCommand } from '../../../base/authenticated-base-command'; export default class FieldSchemaRemoveField extends AuthenticatedBaseCommand { static description: string; static flags: { id: import("@oclif/core/lib/interfaces").OptionFlag; field_id: import("@oclif/core/lib/interfaces").OptionFlag; }; run(): Promise; }