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