export type InvoiceSchema = typeof schema; export declare const schema: { $id: string; $schema: string; type: string; title: string; properties: { url: { type: string; }; }; }; //# sourceMappingURL=invoice.d.ts.map