import * as $dara from '@darabonba/typescript'; export declare class UntagResourcesResponseBody extends $dara.Model { /** * @remarks * The returned struct. * * @example * success */ data?: string; /** * @remarks * Id of the request * * @example * FC183B5E-C9AD-5E9E-937F-******* */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }