import { Currency } from '@tatumio/tatum';
export declare class PathChain {
    chain: Currency;
}
