import { Base } from '../../utils'; /** 返回某个范围内的打印单数据统计 */ export declare class TenantStats extends Base { onlineCnt: number; offlineCnt: number; constructor(props?: Partial); }