import * as $dara from '@darabonba/typescript'; export declare class DescribeAppRequest extends $dara.Model { /** * @remarks * The ID of the app. The ID is generated by the system and globally unique. * * @example * 110843374 */ appId?: number; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }