import { type ImgSource } from './Picture'; import { type TransformationOptions } from './TransformationOptions'; export declare function computeImgOutputPath(imgInputPath: string, { contentDir, publicDir, format, size }: TransformationOptions & ImgSource, withoutTransform?: boolean): string;