import { QuotaInvoiceRequestBody } from './QuotaInvoiceRequestBody'; export declare class RecognizeQuotaInvoiceRequest { private 'Enterprise-Project-Id'?; body?: QuotaInvoiceRequestBody; constructor(); withEnterpriseProjectId(enterpriseProjectId: string): RecognizeQuotaInvoiceRequest; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withBody(body: QuotaInvoiceRequestBody): RecognizeQuotaInvoiceRequest; } //# sourceMappingURL=RecognizeQuotaInvoiceRequest.d.ts.map