import * as $dara from '@darabonba/typescript'; export declare class DescribePluginSchemasResponseBodyPluginSchemasPluginSchema extends $dara.Model { description?: string; documentId?: string; name?: string; supportClassic?: boolean; title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePluginSchemasResponseBodyPluginSchemas extends $dara.Model { pluginSchema?: DescribePluginSchemasResponseBodyPluginSchemasPluginSchema[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePluginSchemasResponseBody extends $dara.Model { pluginSchemas?: DescribePluginSchemasResponseBodyPluginSchemas; /** * @example * 2D39D1B3-8548-508A-9CE2-7F4A3F2A7989 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }