import * as $dara from '@darabonba/typescript'; export declare class GetPrometheusApiTokenResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 1A9C645C-C83F-4C9D-8CCB-29BEC9E1**** */ requestId?: string; /** * @remarks * The token required for integrating Prometheus Service. * * @example * 6dcbb77ef4ba6ef5466b5debf9e2**** */ token?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }