import { IOrder, IProduct } from '@orderingstack/ordering-types'; export declare function isCartEmpty(order: IOrder | undefined): boolean; export declare function formatPrice(value: string | number, currency?: string | null, separator?: string, decimals?: number): string; export declare function getMediaOrFallback(product: IProduct, fallbackImg: string, name?: string): string; //# sourceMappingURL=utils.d.ts.map