/** Types of return merchandise authorisation you can change to */
export declare enum RmaChangeTypeEnum {
    'resiliate' = "resiliate",
    'toSip' = "toSip"
}
//# sourceMappingURL=RmaChangeTypeEnum.d.ts.map