/**
* Specifies the format of the delivery start and end time values.
* - Tag: 41057
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declareconstDeliveryScheduleSettlTimeType: Readonly<{
readonly Hour: 0;
readonly Timestamp: 1;
}>;