import * as $dara from '@darabonba/typescript'; export declare class QueryPromInstallStatusResponseBodyData extends $dara.Model { /** * @remarks * Indicates whether the call was successful. Valid values: * * true: The call was successful. false: The call fails. * * @example * true */ isControllerInstalled?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryPromInstallStatusResponseBody extends $dara.Model { /** * @remarks * The returned struct. */ data?: QueryPromInstallStatusResponseBodyData; /** * @remarks * The request ID. * * @example * 27E653FA-5958-45BE-8AA9-14D884DC**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }