/**
 * Where should the `buyToken` be transferred to?
 */
export declare enum BuyTokenDestination {
    ERC20 = "erc20",
    INTERNAL = "internal"
}
