import { LutFormat } from './typings'; declare type Options = { data: Uint8Array; }; export declare const parseLutFormat: ({ data }: Options) => LutFormat; export {};