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