/**
 * Data object for the image import
 * parameter parsing
 */
export declare class ImportImageDto {
    /**
     * The aliases
     */
    aliases: string[];
    /**
     * The name of the remote
     */
    remote: string;
}
