import { ICommandOptionDefinition } from "@zowe/imperative";
/**
 * Here are all the options used by developer build.
 */
export declare class BuildOptions {
    static readonly ENDEVOR_WORK_AREA_GROUP = "Endevor work area options";
    static readonly INVENTORY_MAX_LEN = 8;
    static readonly OPTION_WORK_DIR: ICommandOptionDefinition;
    static readonly ENDEVOR_OPTION_WORK_AREA_ID: ICommandOptionDefinition;
    static readonly ENDEVOR_OPTION_SUBSYSTEM: ICommandOptionDefinition;
    static readonly ENDEVOR_OPTION_ENVIRONMENT: ICommandOptionDefinition;
    static readonly ENDEVOR_OPTION_SYSTEM: ICommandOptionDefinition;
    static readonly OPTION_AUTOGEN: ICommandOptionDefinition;
    static readonly OPTION_SKELETON_JCL: ICommandOptionDefinition;
    static readonly OPTION_LISTING_DIR: ICommandOptionDefinition;
    static readonly OPTION_LISTING_RC: ICommandOptionDefinition;
    static readonly OPTION_FORCE_CLEAN_UP: ICommandOptionDefinition;
}
