import { ClassDeclaration } from 'ts-morph'; import { VendurePluginRef } from '../../../../../shared/vendure-plugin-ref'; export declare function addEntityToPlugin(plugin: VendurePluginRef, entityClass: ClassDeclaration): void;