export declare enum TextureOperations { MultiplyOperation = 0, MixOperation = 1, AddOperation = 2 }