import { Image } from '@lxdhub/db';
export declare class ImageDtoFactory {
    dtoToEntity(remoteImage: any, localImage?: Image): Image;
}
