export declare enum Layer {
    Background = "Background",
    Foreground = "Foreground",
    Fail = "Fail",
    Pass = "Pass",
    Overlay = "Overlay"
}
