export declare enum ImageProcessingStatus { PENDING = "PENDING", PROCESSING = "PROCESSING", READY = "READY", ERROR = "ERROR" }