export declare enum SampleLayer {
    Background = 0,
    Fail = 1,
    Pass = 2,
    Foreground = 3
}
