import { ApplyChildResizeRestrictionsRequest } from './apply-child-resize-restrictions.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class ApplyChildResizeRestrictionsExecution implements IExecution<ApplyChildResizeRestrictionsRequest, void> {
    handle(request: ApplyChildResizeRestrictionsRequest): void;
    private _apply;
    private _restrictLeft;
    private _restrictTop;
    private _restrictRight;
    private _restrictBottom;
    static ɵfac: i0.ɵɵFactoryDeclaration<ApplyChildResizeRestrictionsExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ApplyChildResizeRestrictionsExecution>;
}
