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