export declare class AlphaImageFinder {
    lookUp(): Promise<void>;
    private findaAlphaImageInternal;
}
