export declare class CoreModuleShowKeyDtoModel {
    moduleName: string;
    moduleEntityName: string;
    moduleEntityId: string;
    subjectTitle: string;
    minLive: number;
}
