import { getProductSupply } from "./product-supply";
export declare const marketableStock: {
    getProductSupply: typeof getProductSupply;
};
