import * as $dara from '@darabonba/typescript'; export declare class GetLiveEditingIndexFileResponseBody extends $dara.Model { /** * @remarks * The URL of the index file. */ indexFile?: string; /** * @remarks * The request ID. * * @example * 4E84BE44-58A7-****-****-FBEBEA16EF94 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }