import * as $dara from '@darabonba/typescript'; export declare class AddAccessControlListEntryResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * CEB6EC62-B6C7-5082-A45A-45A204724AC2 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }