export declare const calculatePrice: (quantity: number | null, unit: string | null, price: { estimatedSingleUnitPrice?: number; estimatedGramPrice?: number; }) => number | null;