import { TPluginEntity } from '@cromwell/core'; import { BasePageEntity } from './base-page.entity'; export declare class PluginEntity extends BasePageEntity implements TPluginEntity { name?: string | null; version?: string | null; title?: string | null; isInstalled?: boolean | null; hasAdminBundle?: boolean | null; settings?: string | null; defaultSettings?: string | null; moduleInfo?: string | null; isUpdating?: boolean | null; } //# sourceMappingURL=plugin.entity.d.ts.map