import { LookupTexture } from 'postprocessing'; import { Texture } from 'three'; export declare function createHaldLookupTexture(texture: Texture): LookupTexture;