import * as $dara from '@darabonba/typescript'; export declare class InstallCmsExporterResponseBody extends $dara.Model { /** * @remarks * Indicates whether the call was successful. * * @example * success */ data?: string; /** * @remarks * The ID of the request. You can use the ID to locate logs and troubleshoot issues. * * @example * E7A04B0D-E2CA-59BB-8A9D-D5D349C22BF1 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }