import { FileWithPath } from 'file-selector'; export interface IImage { width: string; height: string; } export declare const getFirstUploadDimentions: (file: FileWithPath) => Promise;