import * as $dara from '@darabonba/typescript'; export declare class SetApiProductsAuthoritiesResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 2603F41E-77FC-59A3-840E-296578A9BDE0 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }