/**
 * Time unit associated with the nearby settlement day.
 * - Tag: 41267
 * - FIX Specification type: String
 * - Mapped type: string
 * @readonly
 * @public
 */
export declare const StreamCommodityNearbySettlDayUnit: Readonly<{
    /** Week */
    readonly Week: "Wk";
    /** Month */
    readonly Month: "Mo";
}>;
export type StreamCommodityNearbySettlDayUnit = (typeof StreamCommodityNearbySettlDayUnit)[keyof typeof StreamCommodityNearbySettlDayUnit];
