import * as $dara from '@darabonba/typescript'; import { CreateMemoryCollectionInput } from "./CreateMemoryCollectionInput"; export declare class CreateMemoryCollectionRequest extends $dara.Model { /** * @remarks * Configuration settings to create a memory collection. */ body?: CreateMemoryCollectionInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }