export declare enum TaskTimeCreationType {
    /**
     * Created automatically the task with window
     */
    AUTO = "AUTO",
    /**
     * Create patch the time when the order is ready for pickup
     */
    ONPICKUPREADY = "ONPICKUPREADY",
    /**
     * Need manual patching
     */
    MANUAL = "MANUAL"
}
