import * as $dara from '@darabonba/typescript'; import { ApplyInvoiceResponseBody } from "./ApplyInvoiceResponseBody"; export declare class ApplyInvoiceResponse extends $dara.Model { headers?: { [key: string]: string; }; statusCode?: number; body?: ApplyInvoiceResponseBody; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }