import * as $dara from '@darabonba/typescript'; import { UpdateMemoryCollectionInput } from "./UpdateMemoryCollectionInput"; export declare class UpdateMemoryCollectionRequest extends $dara.Model { /** * @remarks * The request body to update the memory collection. */ body?: UpdateMemoryCollectionInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }