import { Lut } from '../typings'; export declare const parseCubeLut: (data: Uint8Array) => Lut;