import type { IConstruct } from 'constructs';
export declare function validateWeight(scope: IConstruct, x?: number): void;
