import { PathAddress } from './PathAddress';
export declare class PathAddressReverse extends PathAddress {
    reverse: string;
}
