/** Structure holding the consumption */
export interface Consumption {
    /** Current Daily data points */
    ddp: number;
    /** Current monthly active data streams */
    mads: number;
}
//# sourceMappingURL=Consumption.d.ts.map