import { SortNodeLayersRequest } from './sort-node-layers.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class SortNodeLayersExecution implements IExecution<SortNodeLayersRequest, void> {
    private readonly _fMediator;
    private readonly _fComponentsStore;
    private readonly _fBrowser;
    private get _fCanvas();
    private get _fGroupsContainer();
    private get _fNodesContainer();
    private get _fNodeElements();
    handle(request: SortNodeLayersRequest): void;
    private _getGroups;
    private _getSortedChildrenNodes;
    private _getChildrenNodes;
    private _moveChildrenNodes;
    static ɵfac: i0.ɵɵFactoryDeclaration<SortNodeLayersExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<SortNodeLayersExecution>;
}
