import * as $dara from '@darabonba/typescript'; export declare class GrayTrafficWeight extends $dara.Model { /** * @remarks * The identifier of the gray version. */ version?: string; /** * @remarks * The traffic weight, a value from 0.0 to 1.0. */ weight?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }