export type ImageSize = 16 | 32 | 64 | 128 | 256 | 512 | 1024 | 2048 export type ImageFormats = "jpg" | "jpeg" | "png" | "webp" | "gif"