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