import type { MergeStep } from '../../../pipeline/mergePipeline.js'; import type { GridState } from '../index.js'; interface Options { imageWidth?: number | undefined; aspectRatio: number; } export declare const calculateImageDimensions: MergeStep; export {};