export declare class ImageSorter {
    private readonly refStatusDescMap;
    sortAtlas(): Promise<void>;
}
