import * as $dara from '@darabonba/typescript'; import { DescribeAppSecurityResponseBody } from "./DescribeAppSecurityResponseBody"; export declare class DescribeAppSecurityResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: DescribeAppSecurityResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }