/** Return merchandise authorisation type */
export declare enum RmaReplaceTypeEnum {
    'changePhone' = "changePhone",
    'phoneRestitution' = "phoneRestitution",
    'undefined' = "undefined"
}
//# sourceMappingURL=RmaReplaceTypeEnum.d.ts.map