import { IOrder } from 'order/entities'; export declare class PdfApi { static generateInvoice: (order: IOrder) => Promise>; }