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