export declare type DeliveryRateType = 'EVENLY' | 'FRONTLOADED' | 'AS_FAST_AS_POSSIBLE';
