export declare enum SwapDirection {
    FROM_BTC = 0,
    TO_BTC = 1
}
