import { IOrder } from 'order/entities'; export declare const usePdf: () => { generateInvoice: (order: IOrder) => Promise>; };