import * as $dara from '@darabonba/typescript'; export declare class SetApisAuthoritiesResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * D6E46F10-F26C-4AA0-BB69-FE2743D9AE62 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }