import { AddPatternToBackgroundRequest } from './add-pattern-to-background.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class AddPatternToBackgroundExecution implements IExecution<AddPatternToBackgroundRequest, void> {
    private readonly _fComponentsStore;
    private readonly _fBrowser;
    private get _fBackground();
    handle(request: AddPatternToBackgroundRequest): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddPatternToBackgroundExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<AddPatternToBackgroundExecution>;
}
