declare const ImageUtils: {
    getImmutableImage: (url: string) => string;
};
export default ImageUtils;
