export declare enum LayerType {
    Background = 0,
    Foreground = 1,
    Overlay = 2
}
