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