import type { ImageMetadata } from '../types.js';
export declare function getProxyCode(options: ImageMetadata, isSSR: boolean): string;