export declare const extractImageMetadata: (file: File) => Promise<{ width: number; height: number; format: string; }>;