/**
* Source of NBBO information.
* - Tag: 2834
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const NBBOSource: Readonly<{
readonly NotApplicable: 0;
readonly Direct: 1;
readonly SIP: 2;
readonly Hybrid: 3;
}>;