import { ProcessImpl } from './imageProcess'; import { KernelParams } from 'nodencl'; export default class Wipe extends ProcessImpl { constructor(width: number, height: number); init(): Promise; getKernelParams(params: KernelParams): Promise; releaseRefs(): void; }