export declare enum InstrumentType {
    UNKNOWN = "Unknown",
    STANDARD = "Standard"
}
