import { Image } from './typedef'; export declare const getImageUrl: (image?: Image | undefined, width?: number, format?: string) => string;