import { IRtShowEntity } from './IRtShowEntity'; import { AbstractShowEntity } from './AbstractShowEntity'; export declare class RtShowEntity extends AbstractShowEntity implements IRtShowEntity { isEnabled: boolean; protected ResetBeforeLoadFrom(): void; ConvertToJsonObject(): {}; LoadFromJsonObject(obj: {}): void; }