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