import * as $dara from '@darabonba/typescript'; export declare class QueryRequestLogsRequest extends $dara.Model { /** * @remarks * The ID of the request log. * * This parameter is required. * * @example * 95657ED9-2F6F-426F-BD99-79C8******** */ requestLogId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }