export declare enum ProductCommand {
    rotateProduct = "rotateProduct",
    replaceInterpolationPlaceholders = "replaceInterpolationPlaceholders",
    changeBackground = "changeBackground",
    applyProductTheme = "applyProductTheme",
    fillPlaceholders = "fillPlaceholders",
    resize = "resize"
}
