export declare enum IMPixelTrait {
    'Blend' = "Blend",
    'Copy' = "Copy",
    'Update' = "Update"
}
