/// <reference types="node" />
export declare function getPixels(url: string | Buffer, type: string, maxBufferLength: any, cb: Function): Promise<void>;
