import type { InventoryLocation } from '@/stores/location'; import type { FmpBusiness } from 'node_modules/@feedmepos/mf-common/dist/store'; export declare function printPo(args: { po: FdoPurchaseOrder; currentLocation: InventoryLocation; business?: FmpBusiness; fulfilling?: boolean; por?: FdoPurchaseOrderRequest; }): void;