/** * @module index * @see https://github.com/google/dart-gif-encoder */ import { ByteStream } from '../ByteStream.js'; export declare function compress(pixels: number[], depth: number, stream: ByteStream): void;