import * as $dara from '@darabonba/typescript'; export declare class DescribeTraceLicenseKeyResponseBody extends $dara.Model { /** * @remarks * The license key for the application. * * @example * b590lhguqs@3a75d95f218**** */ licenseKey?: string; /** * @remarks * The request ID. * * @example * 29053944-6FE5-4240-8927-10095ECE**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }