import { PathAddress } from './PathAddress';
export declare class PathAddressAccountId extends PathAddress {
    id: string;
}
