export declare const INVOICES: { description: string; quantity: number; price: number; date: string; currency: string; location: string; }[]; export declare const INVOICES2: { amount: number; date: string; users: { id: number; name: string; email: string; }[]; tags: string[]; isPaid: boolean; }[];