interface ImageProxyUrlProps { ttl: string; width?: string | number; } export declare const getImageProxyUrl: (url: string | undefined, { ttl, width }: ImageProxyUrlProps) => string | undefined; export {}; //# sourceMappingURL=cache-asset.d.ts.map