import type { MergeStep } from '../../../pipeline/mergePipeline.js'; import type { MasonryState } from '../index.js'; interface Options { flow: 'horizontal' | 'vertical'; } export declare const resizeImages: MergeStep; export {};