export declare const TrailingStopStatus: { readonly TRAILING_STOP_UNSPECIFIED: "TRAILING_STOP_UNSPECIFIED"; readonly TRAILING_STOP_ACTIVE: "TRAILING_STOP_ACTIVE"; readonly TRAILING_STOP_ACTIVATED: "TRAILING_STOP_ACTIVATED"; }; export type TrailingStopStatus = 'TRAILING_STOP_UNSPECIFIED' | 0 | 'TRAILING_STOP_ACTIVE' | 1 | 'TRAILING_STOP_ACTIVATED' | 2; export type TrailingStopStatus__Output = typeof TrailingStopStatus[keyof typeof TrailingStopStatus];