export declare enum SortingLayer {
    BACKGROUND = 0,
    DOOR = 1,
    NORMAL = 2
}
//# sourceMappingURL=SortingLayer.d.ts.map