export declare enum StockLocation {
    BACKROOM = "BACKROOM",
    SALES_FLOOR = "SALES_FLOOR"
}
