import type { ResizeOptions, Sharp } from 'sharp'; import { type ImgSize } from './ImgSize'; export declare const resizeImg: (size?: ImgSize, options?: ResizeOptions) => (chain: Sharp) => Sharp;