import * as $dara from '@darabonba/typescript'; export declare class CopySnapshotResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * C8B26B44-0189-443E-9816-D951F596**** */ requestId?: string; /** * @remarks * The ID of the new snapshot. * * @example * s-bp17441ohwka0yui**** */ snapshotId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }