import * as $dara from '@darabonba/typescript'; export declare class FlowEndpointRoutingConfig extends $dara.Model { /** * @remarks * 目标工作流版本号 * * @example * 1 */ version?: string; /** * @remarks * 该版本在流量分配中的权重,0-100 * * @example * 100 */ weight?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }