import { IRect } from '@foblex/2d';
import { INodeResizeRestrictions } from '../get-node-resize-restrictions';
export declare class ApplyChildResizeRestrictionsRequest {
    rect: IRect;
    restrictions: INodeResizeRestrictions;
    constructor(rect: IRect, restrictions: INodeResizeRestrictions);
}
