import { type IInvoice } from "../finance/invoice.js";
export declare function createLetterFromInvoice(invoiceArg: IInvoice): void;
