import { ImageScoreBase } from "./image-score-base";
export declare class ImageScore extends ImageScoreBase {
    init: () => Promise<void>;
}
