declare const stockTransformRule: {
    item: {
        productId: string;
        availableToPromiseTotal: string;
        facilityId: string;
    };
};
export { stockTransformRule };
