import LiveOptionsEntry from './LiveOptionsEntry'; /** * @export * @class LiveOptionsSummary */ export declare class LiveOptionsSummary { /** * @type {LiveOptionsEntry} * @memberof LiveOptionsSummary */ hd?: LiveOptionsEntry; constructor(obj?: Partial); } export default LiveOptionsSummary;