export declare enum RsDepositTypeEnum { PICK_UP = "PICK_UP", RETURN = "RETURN", INVENTORY = "INVENTORY" }