export declare class EndevorConstants {
    static readonly ENDEVOR_CAUTION_RC = 8;
    static readonly ENDEVOR_ERROR_RC = 12;
    static readonly INVENTORY_MAX_LEN = 8;
    static readonly STAGEID_MAX_LEN = 8;
    static readonly CCID_MAX_LEN = 12;
    static readonly COMMENT_MAX_LEN = 40;
    static readonly ELEM_MAX_LEN = 255;
    static readonly PKG_MAX_LEN = 16;
    static readonly PKG_DESCRIPTION_MAX_LEN = 50;
    static readonly MAX_VVLL = 99;
    static readonly DDN_MAX_LEN = 8;
    static readonly DS_MAX_LEN = 44;
    static readonly MBR_MAX_LEN = 8;
    static readonly USSPATH_MAX_LEN = 768;
    static readonly USSFILE_MAX_LEN = 255;
    static readonly USERID_LEN = 8;
    static readonly NOTE_MAX_LEN = 60;
    static readonly MAX_NOTES = 8;
}
