import type { imageType } from './types/index';
export declare function detector(input: Uint8Array): imageType | undefined;