export declare enum InstrumentStateArgument {
    BOTH = "BOTH",
    INACTIVE = "INACTIVE"
}
