import type { UrlTransform } from '../types.js'; export declare function applyTransforms(url: string, transforms?: UrlTransform[]): string; export declare function applyTransform(url: string, transform: UrlTransform): string;