import { JsonConvertableImpl } from '@edp-bif/common-api'; import { RtShowEntitiesWithCustomization } from './RtShowEntitiesWithCustomization'; export declare class RtBillProcessListResult extends JsonConvertableImpl { totalCount: number; pageCount: number; pageIndex: number; pageSize: number; entities: Array; protected ResetBeforeLoadFrom(): void; ConvertToJsonObject(): {}; LoadFromJsonObject(obj: {}): void; }