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