export declare class CoreModuleDataPinDtoModel {
    moduleName: string;
    moduleEntityName: string;
    moduleEntityId: string;
}
