import { Entity } from '../core/entity/core.base.entity'; import { HookKind } from '../enum/hook.kind'; export declare class HookEntity extends Entity { name: string; description: string; category: string; language: string; area: number; inputs: any[]; outputs: any[]; keywords: string[]; template: any; kind: HookKind; toolTip: string; } //# sourceMappingURL=hook.entity.d.ts.map