/**
 * @deprecated since 4.2 - use order lib instead
 */
export declare enum AmendOrderType {
    CANCEL = 0,
    RETURN = 1
}
