import type { ScalingParameters } from '../types/index.js';
export default function getScalingParameters(imageId: string): ScalingParameters;
