import { ApplyParentResizeRestrictionsRequest } from './apply-parent-resize-restrictions.request';
import { IExecution } from '@foblex/mediator';
import * as i0 from "@angular/core";
export declare class ApplyParentResizeRestrictionsExecution implements IExecution<ApplyParentResizeRestrictionsRequest, void> {
    handle(request: ApplyParentResizeRestrictionsRequest): void;
    private applyRestrictions;
    private left;
    private top;
    private right;
    private bottom;
    static ɵfac: i0.ɵɵFactoryDeclaration<ApplyParentResizeRestrictionsExecution, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ApplyParentResizeRestrictionsExecution>;
}
