import { PathAddress } from './PathAddress';
export declare class PathAddressCurrency extends PathAddress {
    currency: string;
}
