export declare const ActionCancelReason: { readonly BuyerCanceled: "BUYER_CANCELED"; readonly SellerCanceled: "SELLER_CANCELED"; readonly TimedOut: "TIMED_OUT"; }; export type ActionCancelReason = (typeof ActionCancelReason)[keyof typeof ActionCancelReason];