import { CurrentUsage } from './CurrentUsage';
/** Usage information on your project */
export interface ProjectUsage {
    /** Current usage details */
    current: CurrentUsage;
}
//# sourceMappingURL=ProjectUsage.d.ts.map