import { BillingDataRow } from '@cloud-carbon-footprint/core'; export default class BillingExportRow extends BillingDataRow { constructor(init: Partial); private getVCpuHours; private isCloudComposerCompute; private isKubernetesCompute; }