/// <reference types="node" />
import { imageType } from './types';
export declare function detector(buffer: Buffer): imageType | undefined;
