/**
 * Deinterlace function from https://github.com/shachaf/jsgif
 */
export declare const deinterlace: (pixels: number[], width: number) => any[];
