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