import * as $dara from '@darabonba/typescript'; export declare class SdkGenerateByGroupResponseBody extends $dara.Model { /** * @example * http://oss-bucket/object */ downloadLink?: string; /** * @example * D0075BDA-8AED-5073-A70A-FE44E86AB20F */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }