import * as $dara from '@darabonba/typescript'; export declare class RemoveAccessControlListEntryResponseBody extends $dara.Model { /** * @example * D1B18FFE-4A81-59D8-AA02-1817098977CD */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }