/** * Since `dartTojs` is using CommonJS `exports`, we just import the js file * and we include type definition file manually * * Reference: https://stackoverflow.com/a/62806068 */ import '@feedmepos/inventory-core'; import type * as core from '@feedmepos/inventory-core'; export declare function getInvalidSkuAndRecipe(param: core.InvalidSkuAndRecipeParam): { skus: string[]; recipes: string[]; }; export declare const FfCalculator: typeof core.FfCalculator;