/** * Takes an image path and generates a valid Homeflow CDN URL. * If a width and height are provided, the image will be resized. */ export default function cmsImage(image: string | { image: string; description: string; } | null | undefined, options?: { width?: number; height?: number; imageId?: number; isDbapiImage?: boolean; md5?: string | null; }): string; //# sourceMappingURL=cms-image.d.ts.map