/// import { Lut } from './typings'; export declare const parseLut: (input: string | Uint8Array | ArrayBuffer | Buffer) => Promise; export type { Lut };