import sharp from 'sharp'; export declare const isActualImage: (input: sharp.SharpInput) => Promise<{ isImage: boolean; reason: string; }>;