import type { FdoMenuSku } from "@feedmepos/menu/entity"; export type FSku = FdoMenuSku & { _name: string; _unit: string; _abbrev: string; _convertAbbrev: string; _precision: number; }; export declare function formatSkus(skus: FdoMenuSku[]): FSku[];