import { BackgroundErrorProcessor } from '../../config/background/background-error-processor';
import { InternalBackgroundEntry } from '../../background/internal-background-entry';
export declare class LogMessageBackgroundErrorProcessor implements BackgroundErrorProcessor {
    handleError(submission: InternalBackgroundEntry<any>, error: Error): Promise<void>;
}
