import type { GetImagingResizeUrlsData } from '../backend-api/index.js'; /** * Returns the URL of the processed image. * @param {string} imagePath The path to the image. * @param {GetImagingResizeUrlsData} options The options for resizing the image. * @returns {Promise} The URL of the processed image. */ export declare function getProcessedImageUrl(imagePath: string, options: GetImagingResizeUrlsData['query']): Promise;