import Foundation
import Postbox

public typealias EngineTempBox = TempBox

public extension EngineTempBox {
    typealias File = TempBoxFile
}