import { Price } from '../../order/Price';
/** Usage information for current month on your project */
export interface BandwidthStorageUsage {
    /** Downloaded bytes from your containers */
    downloadedBytes: number;
    /** Region */
    region: string;
    /** Cost for your storage bandwidth */
    total: Price;
}
//# sourceMappingURL=BandwidthStorageUsage.d.ts.map