import PdfReportPlugin from "../plugin";
/**
 * An instance of this class waits for the image load task to complete for a short interval (2 seconds) and then notifies the opened property editors about new data, if available.
 **/
export declare class StampImagesAwaiter {
    private plugin;
    private _loadedImagesInfoHash;
    constructor(plugin: PdfReportPlugin);
    onAnnotationImageLoaded(info: {
        id: string;
        fileId: string;
        fileName: string;
        fileLength: number;
        filePropName?: string;
    }): void;
    private _applyLoadedImagesInfo;
    private setStampAnnotationFile;
}
