export declare enum INTENT {
    CACHING = "caching",
    QUOTE = "quote",
    SWAP = "swap",
    PRICING = "pricing"
}
