import * as $dara from '@darabonba/typescript'; export declare class DescribePluginTemplatesResponseBodyTemplatesTemplate extends $dara.Model { description?: string; documentAnchor?: string; documentId?: string; sample?: string; title?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePluginTemplatesResponseBodyTemplates extends $dara.Model { template?: DescribePluginTemplatesResponseBodyTemplatesTemplate[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePluginTemplatesResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * EF924FE4-2EDD-4CD3-89EC-34E4708574E7 */ requestId?: string; templates?: DescribePluginTemplatesResponseBodyTemplates; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }