export declare const InstrumentStatus: { readonly INSTRUMENT_STATUS_UNSPECIFIED: "INSTRUMENT_STATUS_UNSPECIFIED"; readonly INSTRUMENT_STATUS_BASE: "INSTRUMENT_STATUS_BASE"; readonly INSTRUMENT_STATUS_ALL: "INSTRUMENT_STATUS_ALL"; }; export type InstrumentStatus = 'INSTRUMENT_STATUS_UNSPECIFIED' | 0 | 'INSTRUMENT_STATUS_BASE' | 1 | 'INSTRUMENT_STATUS_ALL' | 2; export type InstrumentStatus__Output = typeof InstrumentStatus[keyof typeof InstrumentStatus];