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