import { IRect } from '@foblex/2d';
export declare class ApplyParentResizeRestrictionsRequest {
    rect: IRect;
    restrictionsRect: IRect;
    static readonly fToken: unique symbol;
    constructor(rect: IRect, restrictionsRect: IRect);
}
