import * as $dara from '@darabonba/typescript'; export declare class CreateDispatchRuleResponseBody extends $dara.Model { /** * @remarks * The ID of the dispatch policy. * * @example * 10413 */ dispatchRuleId?: number; /** * @remarks * The ID of the request. * * @example * A5EC8221-08F2-4C95-9AF1-49FD998C**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }