import * as gm from "gammacv"; declare type Interpolation = 'nearest' | 'bicubic'; declare const _default: (tSrc: any, w: number, h: number, type?: Interpolation) => gm.Operation; export default _default;