import { Invoice } from '../types'; export declare class InvoiceBase implements Invoice { title: string; description: string; start_parameter: string; currency: string; total_amount: number; }